Allowing appscript to access sensitive info in your Google Account.

I have created an app to record the contract I am working and generate invoice on completion of each milestone for a contract. I now want to generate an invoice in google sheet using data from appsheet tables. I have created an appscript to retrieve the data and create the google sheet file. 

When I try to run the script I get the following message when I try to authorise the script "This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access."

How do I unblock the access

0 1 360
1 REPLY 1

One person's solution is found from: https://www.reddit.com/r/GoogleAppsScript/comments/u28bsl/this_app_is_blocked_this_app_tried_to_acce... 

To quote:


 
I fixed it!

Had to create a Google Cloud Platform Project --> Create the Oauth Screen with the right scope ---> Change GCP Project ID in the Script Settings.

https://console.cloud.google.com/home/dashboard

(For people who have the same issue. Its not as difficult as it sounds!)


Is this a working solution for you?

Top Labels in this Space