How to access (edit and read) a shared with me google doc using javascript -
i have been assigned task in inner form updating shared doc (whose owner friend) on google drive using javascript.
but clueless on this, know might have use google app scripts, can use google app scripts this? options , how can use app script javascript?
thank , apologies if question sounded lame...
you have 2 options. need choose between them, research understand each one. 2 options mutually exclusive, once choose one, should ignore other, otherwise you'll confuse :-)
- use google apps script. server-side javascript , decribed here https://developers.google.com/apps-script/ , google drive aspect described here https://developers.google.com/apps-script/reference/drive/
- use drive sdk. since said javascript, using client-side javascript. top level doc https://developers.google.com/drive/, plus need understand oauth https://developers.google.com/accounts/docs/oauth2useragent
remember, doing research, make sure reading option 1 or option 2.
Comments
Post a Comment