We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4f990 commit c1b9f32Copy full SHA for c1b9f32
1 file changed
docs/tasks/LargeFileUploadTask.md
@@ -106,7 +106,7 @@ _You can pass in the customized options using LargeFileUploadTask_
106
async function largeFileUpload(client, file) {
107
const filename = file.name;
108
const driveId = "<YOUR_DRIVE_ID>";
109
- const path = "LOCATION_TO_STORE_FILE";
+ const path = "<LOCATION_TO_STORE_FILE>";
110
try {
111
const requestUrl = `/drives/${driveId}/root:${path}/${fileName}:/createUploadSession`;
112
const payload = {
0 commit comments