Skip to content

Commit 43207f8

Browse files
2 parents 01a9791 + 0ac027e commit 43207f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ client
270270
});
271271
````
272272

273+
## Usage Resources
274+
1. [Large File Upload Task](/docs/tasks/LargeFileUploadTask.md)
275+
2. [Batching](/docs/content/Batching.md)
276+
273277
## Running node samples
274278
You can run and debug the node samples found under [./samples/node/node-sample.js](./samples/node/node-sample.js) by running the *Run node samples* configuration from the **Debug** (Ctrl + Shift + D) menu in Visual Studio Code. Alternately, you can run the node samples from the CLI by entering `node ./samples/node/node-sample.js` (assuming you are at the root of this repo). You'll need to rename the *secrets.example.json* file to *secrets.json* and add a valid access token to it. You can get an access token by doing the following:
275279
1. Go to [Graph Explorer](https://developer.microsoft.com/en-us/graph/graph-explorer).

0 commit comments

Comments
 (0)