Is it possible to authorize for another account from a Google script, for example: so that users can access Google contacts from their accounts.

    1 answer 1

    There are three ways:

    1. You need to publish a script on your behalf for everyone who has a Google Deploying account. A script as a web app
    2. Send the user a script (Table, Document, Presentation with a built-in script) for editing, so that it runs the function on its own behalf.
    3. Implement the authentication process yourself.

    It is better not to consider the third point at all as potentially possible.

    • I have a problem not to transfer the script, namely to get access to another general account, or rather in the contacts, to make changes there - Pavel Sergeevich
    • Then only through the first option. One of the varieties of the first option - addition. But it is all the same to build a web. Try a task here plus.google.com/communities/103356854721490738172 or here web.telegram.org/#/im?p=@googleappsscriptrc - oshliaer
    • one
      Thank you, I just mean what you meant. rules decision, via doGet () - Pavel Sergeevich