Google Drive API (server-side auth): how to access files by other apps -


i have webapp, mywebapp.com, gets user permission access google drive, following examples server-side flow here: https://developers.google.com/drive/web/auth/web-server

i upload, access same files.

however, want access other files, in particular google docs docs. can done, , how?

if not, can done client-side flow using regular javascript (not google's hosted scripts)?

what app can , cannot see determined scope. possible values enumerated here https://developers.google.com/drive/web/scopes


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -