google-cloud-storage Questions
3
Solved
I created a function that works for me, It uploads a file to Google Cloud Storage.
The problem is when my friend tries to upload the same file to the same bucket using the same code from his local...
Haymo asked 2/4, 2020 at 21:29
2
Solved
I am trying to get image url so that I can pass it as src in my html. I created functions and would like to send the url in response. I tried the below but I keep getting
Error: Cannot sign data w...
Hungerford asked 11/7, 2020 at 14:34
3
i uploaded images to google storage bucket and i am no trying to set the CDN using the load balancer to work.
Storage Status :
Bucket Permissions : Storage Object Viewer - Reader assign to allUser...
Esperanzaespial asked 4/11, 2017 at 17:20
4
So I'm trying to produce temporary globally readable URLs for my Google Cloud Storage objects using the google-cloud-storage Python library (https://googlecloudplatform.github.io/google-cloud-pytho...
Fletcherfletcherism asked 3/10, 2017 at 9:2
6
I cannot find a way to to write a data set from my local machine into the google cloud storage using python. I have researched a a lot but didn't find any clue regarding this. Need help, thanks
Clariceclarie asked 28/4, 2017 at 14:23
9
Solved
How to create an empty folder on Google Storage with Google API? (Assume that / is path separator.)
Scriabin asked 16/7, 2016 at 23:37
5
Solved
Is this something that can be done with gsutil?
https://cloud.google.com/storage/docs/gsutil/commands/ls does not seem to mention any sorting functionality - only filtering by a date - which would...
Burgonet asked 18/8, 2017 at 16:3
3
I was inspecting the infrastructure points I have on my Google Cloud to remove any lose points...
Then i noticed that google cloud storage have 5 buckets [even that i just created 2 of them]
these ...
Anallese asked 27/4, 2021 at 17:23
3
Is it possible to copy a file from Google Drive to Google Cloud Storage? I imagine it would be very fast since both are on a similar storage system.
I haven't seen any information on either ways t...
Seaden asked 5/1, 2018 at 22:19
8
I am trying Create a signed URL with gsutil .
following is the command
$ gsutil signurl -d 10m path/to/privatekey.p12 gs://bucket/foo
mentioned in site https://developers.google.com/storage/doc...
Langrage asked 28/7, 2014 at 11:15
2
I am part of the project, where we use git repository hosted on google cloud source repository. Right now we use google cloud storage to store raw and processed data.
Everyone involved in the pro...
Gilli asked 18/12, 2017 at 9:8
8
Solved
Is there an option to count the number of files in bucket-folders?
Like:
gsutil ls -count -recursive gs://bucket/folder
Result: 666 files
I just want an total number of files to compare the
...
Pennypennyaliner asked 24/9, 2013 at 15:50
3
Solved
I am trying to authenticate a service account so that I can use the access token with the client JSON_API library.
I have viewed these articles:
https://code.google.com/p/google-api-php-client/s...
Letendre asked 29/12, 2013 at 20:38
6
Title says it all pretty much.
I tried uploading the json file to azure storage and referenced it's url when setting the GOOGLE_APPLICATION_CREDENTIALS environment variable under app settings, but...
Styptic asked 11/7, 2018 at 8:49
2
Solved
I'm investigating a way of deploying an Angular or React web application on Google Cloud using GCS, Load Balancer, and CDN.
I've set up the LB and the GCS using the urlRewrite, but since the LB doe...
Engleman asked 16/6, 2022 at 15:7
7
Solved
At the following page
https://googlecloudplatform.github.io/google-cloud-python/latest/storage/blobs.html
there are all the API calls which can be used for Python & Google Cloud storage. Even...
Desinence asked 10/4, 2018 at 8:29
4
I want to create a google bucket if it doesn't exist. Otherwise, I want to reuse the bucket name. How to do it?
Its equivalent of the unix command
mkdir -p dir_name
I used the command but my s...
Tours asked 31/10, 2015 at 13:2
20
I am trying to create an internal app to upload files to google cloud. I don't want each individual user or this app to log in so I'm using a service account. I login into the service account and e...
Rapp asked 15/3, 2018 at 15:2
4
Solved
This is a Google Cloud Storage service related question; specifically about Google Cloud Shell and inability to start it. It worked fine for the past week. But today, about 3 hours earlier onward, ...
Thusly asked 1/8, 2016 at 12:18
6
With the help of google.cloud.storage and list_blobs I can get the list of files from the specific bucket. But I want to filter(name*.ext) the exact files from the bucket. I was not able to find th...
Subito asked 8/7, 2020 at 17:21
41
Solved
I am on a mac and am trying to install the Google Cloud SDK (including the gcloud command line utility) using this command in terminal
curl https://sdk.cloud.google.com | bash
as seen at https:/...
Akee asked 24/6, 2015 at 21:21
7
Solved
Currently, I am using the @google-cloud/storage NPM package to upload a file directly to a Google Cloud Storage bucket. This requires some trickery as I only have the image's base64 encoded string....
Majewski asked 18/3, 2017 at 19:42
3
How can I write to an xlsx file on Google Cloud Storage using python? I'm doing this right now but unsure how to format my write() to add in a row. I want to add in a row ['Sally', 'Ja', 15] to my ...
Werewolf asked 15/2, 2019 at 19:36
6
Solved
I am trying to download a folder which is inside my Google Cloud Bucket, I read from google docs gsutil/commands/cp and executed below the line.
gsutil cp -r appengine.googleapis.com gs://my-buc...
Teammate asked 26/3, 2018 at 12:51
6
I'm trying to serve a static website using GCP and Google Cloud Storage. I have done everything specified here https://cloud.google.com/storage/docs/hosting-static-website
Say I have the following...
Schematism asked 20/12, 2017 at 16:57
© 2022 - 2025 — McMap. All rights reserved.