Top "Google-cloud-python" questions

Use this tag if you are going to refer something from Python libraries OR API Clients of Google Cloud Platform.

Google Cloud Storage + Python : Any way to list obj in certain folder in GCS?

I'm going to write a Python program to check if a file is in certain folder of my Google Cloud …

python google-cloud-storage google-cloud-python gcloud-python
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
google cloud python sdk installation error - SSL Certification Error

Trying to install Google Cloud SDK(Python) on Windows 10 for All Users. Getting the following error. This is new machine …

google-cloud-platform google-cloud-sdk google-cloud-python
Google Cloud Storage: How to Delete a folder (recursively) in Python

I am trying to delete a folder in GCS and its all content (including sub-directories) with its Python library. Also …

google-cloud-storage google-cloud-python
How to authenticate with gcloud big query using a json credentials file?

In the gcloud documentation for google bigquery, it states that authentication can be determined from from_service_account_json. I've …

python json authentication google-bigquery google-cloud-python