Closed mmoonn2 closed 4 years ago
Hello, Moon!
Thanks for the update. I'll gladly merge it. I'd like to kindly ask you to increase the version to 1.4.0 in package.json
and add a couple of words to the readme. A link to the google api docs and an example will be great. And maybe the missing semicolons at the end of the lines in your code. I know it's nothing much, but that way it will look consistent with my code.
Thanks.
Is this right?
I newly added Delete Permission and About
let data = await GDrive.about.get({
fields: 'storageQuota'
}).then(response => response.json())
await GDrive.permissions.delete(file_id, permissionId)
Yeah, that's great. Thanks. Merged.
@RobinBobin can this change be published?
Done.
Example.
resource is Request body Same as google-api-nodejs-client