Top "Google-cloud-storage" questions

Google Cloud Storage is a RESTful service for storing and accessing your data on Google's infrastructure.

gcloud command not found - while installing Google Cloud SDK

I am on a mac and am trying to install the Google Cloud SDK (including the gcloud command line utility) …

terminal installation google-cloud-storage google-cloud-platform gcloud
Download files and folders from Google Storage bucket to a local folder

What's the best way to download all files from Google Cloud Storage?

google-cloud-storage
gsutil copy returning "AccessDeniedException: 403 Insufficient Permission" from GCE

I am logged in to a GCE instance via SSH. From there I would like to access the Storage with …

google-cloud-storage
Firebase Storage and Access-Control-Allow-Origin

I'm trying to download files from Firebase Storage through a XMLHttpRequest, but Access-Control-Allow-Origin is not set on the resource, so …

firebase cors google-cloud-storage firebase-storage
TypeError: string argument without an encoding

I want to upload compressed gzip of Json into Google Storage. I have this code: import datalab.storage as storage …

python google-cloud-platform google-cloud-storage google-cloud-datalab
Read csv from Google Cloud storage to pandas dataframe

I am trying to read a csv file present on the Google Cloud Storage bucket onto a panda dataframe. import …

python pandas csv google-cloud-platform google-cloud-storage
How to upload a file to Google Cloud Storage on Python 3?

How can I upload a file to Google Cloud Storage from Python 3? Eventually Python 2, if it's infeasible from Python 3. I've …

python python-3.x google-cloud-storage boto google-cloud-platform
How to download from google cloud storage?

Is google cloud storage badly designed; or am i missing something really obvious; or is it made for techies? I'm …

google-cloud-storage
How do you make many files public in Google Cloud Storage?

I have 1000 files in Google Cloud Storage to make public, or in general a directory hierarchy. In the Web UI, …

cloud google-cloud-storage
How do I unzip a .zip file in google cloud storage?

How do I unzip a .zip file in Goolge Cloud Storage Bucket? (If we have some other tool like 'CloudBerry …

google-cloud-platform google-cloud-storage gzip unzip