Reputation: 3
I created a Google Cloud Project for using Google Search Console API in App Script to fetch data into my linked Google Sheet. It is working fine by my email. I wanted it to be usable by a list of users with a specific domain. I assigned the domain in IAM & Admin settings with Edit Role. But the users are still unable to edit or access the project. (They need access to set the project ID after copying the Google Sheet to make it function properly or if there is any way to set up a Project ID automatically upon copying a Google Sheet, that would be better.)
Note: I verified that it is working fine on whitelisted Gmail accounts with editor roles.
Upvotes: 0
Views: 227
Reputation: 689
Unfortunately, there is no way to set up a project ID automatically, However, you can create a script that the users can run to set up the project ID after copying the Google Sheet.
Upvotes: 0