danthareja / node-google-apps-script

[DEPRECATED - use clasp instead] The easiest way to develop Google Apps Script projects
MIT License
353 stars 70 forks source link

Note on multiple Google logins #9

Closed dsernst closed 8 years ago

dsernst commented 9 years ago

I use multiple Google logins, for personal & work. When I clicked the link in Step 1:

Create a new project in the Google Developer Console for this tool to access your Google drive. Using this link guides you through the process and activates the Drive API automatically.

It began configuring access for one of my accounts, but not the one I needed. This became clear later on when choosing my email address from the dropdown (3 sub-bullets later).

I was able to get around this issue by appending &authuser=1 (it's 0-indexed) as an extra parameter to the link from the instructions, like so:

https://console.developers.google.com/start/api?id=drive&credential=client_key&authuser=1

Putting this here in case others run into the same issue. :smile:

danthareja commented 9 years ago

Excellent detective work @dsernst. Time for some documentation updates

danthareja commented 8 years ago

Addressed in v1.0

dsernst commented 8 years ago

:+1: