Skip to content

Property 'LargeFileUploadTask' does not exist /node_modules/@microsoft/microsoft-graph-types/microsoft-graph" #456

@Ofer-Gal

Description

@Ofer-Gal

Bug Report

Prerequisites

  • Can you reproduce the problem?
  • Are you running the latest version?
  • Are you reporting to the correct repository?
  • Did you perform a cursory search?

For more information, see the CONTRIBUTING guide.

Description

Using
import * as MicrosoftGraph from '@microsoft/microsoft-graph-types';
The line:
const uploadSession = MicrosoftGraph.LargeFileUploadTask.createUploadSession(client, "REQUEST_URL", payload);

Based on the documentation here

Has TSlint complain "Property 'LargeFileUploadTask' does not exist on type 'typeof import("{mypath}/node_modules/@microsoft/microsoft-graph-types/microsoft-graph")'.ts(2339)"

Am Using the right code?

SDK Version - [1.12.1]

  • [] Node (Check, if using Node version of SDK)

Node Version - [The version of Node you are using]

  • Browser (Check, if using Browser version of SDK)

AB#9511

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions