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 046032a commit 583d3c9Copy full SHA for 583d3c9
drive/snippets/drive_v3/file_snippets/download_file.js
@@ -34,7 +34,7 @@ async function downloadFile(fileId) {
34
const service = google.drive({version: 'v3', auth});
35
36
const file = await service.files.get({
37
- fileId,
+ fileId,
38
alt: 'media',
39
});
40
console.log(file.status);
0 commit comments