12

Is there any way to upload files to another user's Google Drive without asking for login or verification code each time except the first time?

Until now I used pydrive, but it asks to login each time. Is there anyway other than this, such that a key or something to use to skip the login of the user?

Cheryl Simon
  • 46,552
  • 15
  • 93
  • 82
Jerin A Mathews
  • 8,572
  • 4
  • 26
  • 49
  • 1
    http://stackoverflow.com/questions/30358692/how-can-i-use-the-google-drive-api-to-transfer-a-file-to-another-users-drive – Tharif May 29 '15 at 08:33
  • @utility that is not iam looking for – Jerin A Mathews Jun 01 '15 at 06:46
  • https://developers.google.com/drive/web/quickstart/python you would find a way to store the OAuth credentials. – belteshazzar Sep 07 '15 at 09:17
  • [stackoverflow.com/questions/24419188/](http://stackoverflow.com/questions/24419188/automating-pydrive-verification-process) – qwertyuip9 Sep 09 '15 at 04:21
  • are you requesting the right [scope](https://developers.google.com/drive/web/scopes)? you'll need to cache the tokens and use full drive scope – Ereli Sep 09 '15 at 10:35

1 Answers1

5

To clarify: you want to enable others to upload files into your own Google Drive? If that is the case, you can do this with this embed widget that you can copy & paste into your website: http://developers.cloudwok.com

If you want to allow users to upload files to a random Google Drive account of some other user, that won't work because the other user must give permission.

Markus Klems
  • 474
  • 2
  • 6