grahamearley / FirestoreGoogleAppsScript

A Google Apps Script library for accessing Google Cloud Firestore.
http://grahamearley.website/blog/2017/10/18/firestore-in-google-apps-script.html
MIT License
648 stars 109 forks source link

URL has not been whitelisted in the script manifest. #135

Closed Shivani12345 closed 2 years ago

Shivani12345 commented 2 years ago

I neet to send data from googlesheet from drive addon to firestore database but I am getting error like : Exception: Request to https://oauth2.googleapis.com/token failed because the URL has not been whitelisted in the script manifest.

LaughDonor commented 2 years ago

This isn't an issue with the library. Did you check out https://developers.google.com/apps-script/manifest/allowlist-url ?