Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Referencing several OAuth2 clients? #65

Open
ihommani opened this issue Aug 25, 2017 · 2 comments
Open

Referencing several OAuth2 clients? #65

ihommani opened this issue Aug 25, 2017 · 2 comments

Comments

@ihommani
Copy link

Hi,
When launching an authentication step with an already existing .gapps folder, we get a message with the impossibility to finish the authentication.
That means that to push several appscript projects, it needs to belong to the same Google project.
Do we plan to allow several authentications to allow a push on several projects (a prompt being displayed if we need to choose which project we have to push the modifications)

thx!

@aurelienshz
Copy link
Collaborator

to push several appscript projects, it needs to belong to the same Google project

More precisely, the account with which you are logged in must have write permission on the Google Script project to which you want to push.

We are talking about two conceptually different features here : one is the ability to authenticate with different accounts, and the other is to be able to push to different projects. I feel like the "pushing to several different projects" feature is more needed (since you could give write access on all your projects to your currently authenticated account using Google's share feature). I might try to put together a PR about this (I need it too 😄 ). Stay tuned! (and any input is of course welcome)

@ihommani
Copy link
Author

ihommani commented Dec 8, 2017

Yes, you totally get it.
Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants