Skip to content

Commit c1b9f32

Browse files
Update LargeFileUploadTask.md
1 parent dc4f990 commit c1b9f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tasks/LargeFileUploadTask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ _You can pass in the customized options using LargeFileUploadTask_
106106
async function largeFileUpload(client, file) {
107107
const filename = file.name;
108108
const driveId = "<YOUR_DRIVE_ID>";
109-
const path = "LOCATION_TO_STORE_FILE";
109+
const path = "<LOCATION_TO_STORE_FILE>";
110110
try {
111111
const requestUrl = `/drives/${driveId}/root:${path}/${fileName}:/createUploadSession`;
112112
const payload = {

0 commit comments

Comments
 (0)