googleworkspace / android-samples

Android samples for Google Workspace APIs
Apache License 2.0
636 stars 410 forks source link

unable to create filecontents #98

Closed sachindoddaguni closed 6 years ago

sachindoddaguni commented 6 years ago

able to sign in but unable to create file contents in quickstart code .how to debug??

erickoledadevrel commented 6 years ago

I'm not sure which quickstart you are referring to. In general these quickstarts request a read-only scope, so if you want to do a write operation you'll need to change the scope, delete your token.json file, and run it again.