You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
I tried to set up this bot on replit.com so it would be possible to start up a server on GCP.
Once I had put the necessary information in when i tried to run it it would not work because it gave an error.
ApiError: Required 'compute.instances.list' permission for 'PROJECTNAME'
Is there any way around this issue? I assume I need to give the service account the permission 'compute.instances.list' but I don't know how.
The text was updated successfully, but these errors were encountered:
Yeah, I do think you might need to give service account access for that particular project, but the problem with GCP docs is that it's quite vast and even I get lost while looking at it for times.
I hope you find the thing you're looking for on GCP docs
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to set up this bot on replit.com so it would be possible to start up a server on GCP.
Once I had put the necessary information in when i tried to run it it would not work because it gave an error.
ApiError: Required 'compute.instances.list' permission for 'PROJECTNAME'
Is there any way around this issue? I assume I need to give the service account the permission 'compute.instances.list' but I don't know how.
The text was updated successfully, but these errors were encountered: