Relative Content

Tag Archive for google-cloud-storage

Automatically sync Google cloud bucket from google drive

I have a few hundred folders on google drive which I’d like to upload on Google cloud bucket. The google drive folders will be updated regularly, so I need a way to check if the folder has new files and then upload them to the cloud bucket. I know it is possible to do so using Apps scripts but it is not scalable as the script will not be able to scan all the folders in a single run. Is there a more cleaner way to do it using google cloud functionalities itself? I did try to search but could not find anything relevant. I am new to GCP

Cost of GetBucketMetadata request

I would like to know how much we pay for GetBucketMetadata api request. But I didn’t found which class operation is it. Any idea?

Storage Type / Bucket in GCP

I am creating an online library, and I have thought that the thousands of books that I want to incorporate
are saved in a Bucket in GCP.

Overriding files in GCS bucket

I am reading product content in JSON format from Kafka and creating files in the GCS bucket. The file content is JSON, one of the fields in the JSON is update time. I am creating one file for each product.

CloudSQL proxy seeing many “read: connection reset by peer” errors

We have a service running on GKE that calling cloud SQL DB(MySQL) via cloudSQL proxy.
We have seeing a lot of below errors on the cloudSQL proxy side:
“2024/04/29 18:36:48 Reading data from local connection on 127.0.0.1:3306 had error: read tcp 127.0.0.1:3306->127.0.0.1:59378: read: connection reset by peer”