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
Importing & initializing GCP googleapis/google-cloud-python clients
As far as I understand, the suggested way to interact with GCP using python is to use the google-cloud-python client.
So far I have not been able to initialize or even import such a client in my proje...
masus04
Votes: 0
Answers: 1