6
votes

We are no longer able to associate our Apps Script projects with our Cloud platform project. When going to Resources: Cloud platform project in the GAS editor, and entering the project ID, it says "Project doesn't exist or you need Edit access to it.". The project definitely exists and the same Google account is an owner of it. With the same workflow, we previously managed to associate many projects.

Is there maybe a limit on how many GAS projects can be associated with one Cloud project? We've associated about two dozen recently, and then it started to produce this error. Or what could be going on?

1
If you are asking if there is a limitation for number of projects in the Google Cloud project, yes there is. You can check this help document about Free trial project quota requests. You can bypass this error by creating a new, blank Cloud Platform project, and use the steps in this document to add each script to that. Hope this helps.Mr.Rebot
Have you got any solution?Rajesh

1 Answers

6
votes

This is explained in details here: https://developers.google.com/apps-script/guides/cloud-platform-projects

Specifically, quoting: "There may be cases in which you want multiple Apps Script projects to share the same Google Cloud Platform project. Since these default Cloud Platform projects for Apps Scripts are hidden, they cannot be used as the destination projects for a switch. If you see a "Project does not exist or you need edit access to it" error when attempting to switch a script's project, that usually means you are attempting to move it to one of these default projects.

To get around this restriction, create a new, blank Cloud Platform project, and use the steps above to add each script to that."