Top "Google-cloud-storage" questions

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

Google Cloud Storage - switch projects

I recently started using Google Cloud Storage. Initially I created a dummy project while installing the Cloud SDK. Now I …

google-cloud-storage
Fastest way to get Google Storage bucket size?

I'm currently doing this, but it's VERY slow since I have several terabytes of data in the bucket: gsutil du …

google-cloud-storage gsutil
Efficiently write a Pandas dataframe to Google BigQuery

I'm trying to upload a pandas.DataFrame to google big query using the pandas.DataFrame.to_gbq() function documented here. …

python pandas google-bigquery google-cloud-storage google-cloud-python
What to do with Released persistent volume?

TL;DR. I'm lost as to how to access the data after deleting a PVC, as well as why PV …

kubernetes google-cloud-platform google-cloud-storage google-kubernetes-engine
How do I set a cost limit in Google Developers Console

Some functions in the Google Developers Console, like the Analytics API, are free until you reach a quota. Other functions, …

google-app-engine google-cloud-storage traffic cost-management
Why are S3 and Google Storage bucket names a global namespace?

This has me puzzled. I can obviously understand why account ID's are global, but why bucket names? Wouldn't it make …

amazon-s3 google-cloud-storage
Firebase cloud function for file upload

I have this cloud function that I wrote to upload file to google cloud storage: const gcs = require('@google-cloud/…

javascript firebase google-cloud-storage google-cloud-functions
Gsutil - How can I check if a file exists in a GCS bucket (a sub-directory) using Gsutil

I have a GCS bucket containing some files in the path gs://main-bucket/sub-directory-bucket/object1.gz I would like to …

python google-cloud-storage gsutil
How to download multiple files in Google Cloud Storage

Scenario: there are multiple folders and many files stored in storage bucket that is accessible by project team members. Instead …

google-cloud-storage google-cloud-platform
Default credential for app engine project accessing google cloud storage?

I have an app engine project, I want to access my google cloud storage default bucket. The first step of …

google-app-engine google-cloud-storage