service-accounts

service account does not have storage.objects.get access for Google Cloud Storage

service account does not have storage.objects.get access for Google Cloud Storage Question: I have created a service account in Google Cloud Console and selected role Storage / Storage Admin (i.e. full control of GCS resources). gcloud projects get-iam-policy my_project seems to indicate that the role was actually selected: – members: – serviceAccount:my_sa@my_project.iam.gserviceaccount.com role: roles/storage.admin – …

Total answers: 7

How to Auth to Google Cloud using Service Account in Python?

How to Auth to Google Cloud using Service Account in Python? Question: I’m trying to make a project that will upload Google Storage JSON file to BigQuery (just automate something that is done manually now), and I’d like to use a ‘service account’ for this as my script is going to be run on daily …

Total answers: 5