-
How can I switch projects? I made a new project on the google cloud console and followed all of the steps like last time but it's still using the other project. |
Beta Was this translation helpful? Give feedback.
Answered by
ThioJoe
Dec 29, 2021
Replies: 1 comment 3 replies
-
Each project has it's own client_secrets.json. So to use a different project, replace the old client_secrets with the new one from the new project. You can also keep a copy of one for each project and rename it to like client_secrets2.json and rename it when you want to use it. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
SuleGen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each project has it's own client_secrets.json. So to use a different project, replace the old client_secrets with the new one from the new project. You can also keep a copy of one for each project and rename it to like client_secrets2.json and rename it when you want to use it.