Auto-Synced-Translated-Dubs
Auto-Synced-Translated-Dubs copied to clipboard
KeyError: 'google_project_id'
in "cloud service settings" change the values of "google_project_id" and "your-project-name" to those of my account, I guess I did it right but I don't know why I don't get that
You need to replace the value your-project-name
with your project id and leave google_project_id
unchanged since that's the reference for the configuration to work.
Here's an example of a working configuration in which the project name/id is sweetsofimc-project
:
[CLOUD]
...
google_project_id = sweetsofimc-project
...