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 :-)

  1. 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/
  2. 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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -