google apps script calendar authorization required loop

前端 未结 1 1896
无人及你
无人及你 2021-01-16 19:07

i have a spreadsheet which stores data from a form. once data is submitted on form submit i have a script running that does some distance calculations using google maps and

相关标签:
1条回答
  • 2021-01-16 19:18

    Try to revoke authorizations and re-authorize the script, sometimes it solves the problem.

    To do so : 2 possibilities :

    1. You have received a mail telling you you authorized this app, this mail has a link to an automatic uninstall feature (but this is when the app is written by someone else or another of your accounts
    2. You know the name of the script and you don't have so much scripts, go to your Google profile/security/revoke access , there is a list of all the scripts you authorized and a button for each of them to uninstall.
    3. (Yes I know I said 2 :) use the url of your script which is something like below :

      https://script.google.com/macros/d/MZMgUL88c4hd6qj_G2Y7-rKtIT_UhbT9n/edit?uiv=2&tz=Europe/Brussels&docTitle=test+sto&csid=tAeLIRLHehPkQGfa6zUYzpg.11577354092571548890.6605670643166911759&mid=ACjPJvG-INu6kmfFfm649tuH-6KYNVpaz5G9uEy4CUMmcKAVn7RYVi8euALNy9dfPWl6gkCloq5D6SKrqczHteazKR2F41v5K5bqbw&hl=en_US

    remove everything after "/edit?..." including "/edit?"

    and add /manage/uninstall

    so that it becomes something like this :

    https://script.google.com/macros/d/MZMgUL88c4h_G2Y7-rKtIT_UhbT9n/manage/uninstall

    This will bring you to a page like this one :

    enter image description here

    Click uninstall and your done... virgin as a virgin...

    Then re-authorize to see if things go better.

    0 讨论(0)
提交回复
热议问题