python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
gsutil iam ch command using python
I am trying to use python to do the same functionality as this command:
gsutil iam ch group:group_name@gmail.com:objectAdmin gs://bucket_name
I am trying to give an objectAdmin role to a group using p...
AbdelRahman Abbas
Votes: 0
Answers: 1
How to give access to "VM Instances" to the intern? with @gmail.com email address (GCP)
I got an developer intern. I need him to access GCP paid VM Instance I created so he can start developing. He should have root access through sudo, and preferably his own username linux account so we ...
Lucas S.
Votes: 0
Answers: 2
Why is scope not getting added to access token?
I run gcloud auth application-default login to allow my code to access my GCP resources locally with functions-framework. It seems to work fine when calling functions from @google-cloud/whatever but w...
prismo
Votes: 0
Answers: 0
How to download a Service Account Json?
I have a impersonated a Service Account in gcloud through the command gcloud config set auth/impersonate_service_account [SA_FULL_EMAIL].
Now, all my API calls are impersonating the Service Account., ...
Sabari
Votes: 0
Answers: 1