Top "Google-cloud-storage" questions

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

What does 'Compute Engine Network Internet Egress' mean to Google Cloud?

I've started a simple Tomcat webserver in Google Cloud Platform, this month I was charged for a service called 'Compute …

cloud google-cloud-platform google-cloud-storage google-compute-engine
Allow Public Read access on a GCS bucket?

I am trying to allow anonymous (or just from my applications domain) read access for files in my bucket. When …

google-cloud-storage google-cloud-platform meteor-slingshot
Write a Pandas DataFrame to Google Cloud Storage or BigQuery

Hello and thanks for your time and consideration. I am developing a Jupyter Notebook in the Google Cloud Platform / Datalab. …

python google-cloud-storage google-cloud-platform google-cloud-datalab
BigQuery - Export query results to local file/Google storage

I want to export query results from BigQuery to local file/Google storage. I tried 'bq extract' command but it …

google-bigquery google-cloud-storage
service account does not have storage.objects.get access for Google Cloud Storage

I have created a service account in Google Cloud Console and selected role Storage / Storage Admin (i.e. full control …

python google-cloud-platform google-cloud-storage service-accounts
GCS - Read a text file from Google Cloud Storage directly into python

I feel kind of stupid right now. I have been reading numerous documentations and stackoverflow questions but I can't get …

python google-cloud-storage
FTP to Google Storage

Some files get uploaded on a daily basis to an FTP server and I need those files under Google Cloud …

google-app-engine google-cloud-platform google-cloud-storage google-cloud-dataflow gcsfuse
Supplied key param cannot be coerced into a private key with Google APIs

I'm trying to test this example that I found here so that I can do a direct upload on the …

php google-cloud-storage php-openssl
Exporting data from Google Cloud Storage to Amazon S3

I would like to transfer data from a table in BigQuery, into another one in Redshift. My planned data flow …

amazon-s3 google-bigquery google-cloud-storage
How to get list of folders in a given bucket using Google Cloud API

I wanted to get all the folders inside a given Google Cloud bucket or folder using Google Cloud Storage API. …

python google-cloud-storage google-api-python-client