Skip to content

Instantly share code, notes, and snippets.

@kuboon
Last active August 3, 2020 07:26
Show Gist options
  • Select an option

  • Save kuboon/59c8f2ab0b00e9193f8f88505ff67b64 to your computer and use it in GitHub Desktop.

Select an option

Save kuboon/59c8f2ab0b00e9193f8f88505ff67b64 to your computer and use it in GitHub Desktop.
const res = await drive.permissions.create({
fileId,
requestBody: {
role: 'writer',
type: 'user',
emailAddress: 'ohkubo@heartrails.com'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment