Skip to content

Commit

Permalink
Discard changes to drive/snippets/drive_v3/file_snippets/upload_basic.js
Browse files Browse the repository at this point in the history
  • Loading branch information
faheel authored Jun 21, 2023
1 parent 59fd554 commit ae30f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drive/snippets/drive_v3/file_snippets/upload_basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function uploadBasic() {
try {
const file = await service.files.create({
requestBody,
media,
media: media,
});
console.log('File Id:', file.data.id);
return file.data.id;
Expand Down

0 comments on commit ae30f13

Please sign in to comment.