We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b9f32 commit 73e0b1eCopy full SHA for 73e0b1e
docs/tasks/LargeFileUploadTask.md
@@ -104,7 +104,7 @@ _You can pass in the customized options using LargeFileUploadTask_
104
105
```typescript
106
async function largeFileUpload(client, file) {
107
- const filename = file.name;
+ const fileName = file.name;
108
const driveId = "<YOUR_DRIVE_ID>";
109
const path = "<LOCATION_TO_STORE_FILE>";
110
try {
0 commit comments