#"Something went wrong!" when trying to sync with Google Cloud Storage
7 messages · Page 1 of 1 (latest)
probably wrong credential, path and etc, check this doc:
https://docs.runpod.io/pods/configuration/export-data#google-cloud-storage
Already read this. I think maybe problem is with JSON key; didn't understand clearly which format it should follow (this is my first time integrating google cloud with... anything). Should it be a full JSON value like {"type": ..., "project_id": ..., "private_key": ..., ...} or only "private_key" field's value? If the latter, should I convert newlines to something different?
Should be full JSON
That's was the first thing I tried; getting that error anyway.
Behind the scenes, the system uses rclone for copy file. We will update the UI to provide more detailed error messages. In the meantime, if you are familiar with rclone, you can use it directly to copy files to your bucket.
rclone config create remote "google cloud storage" service_account_credentials "<service_account_credentials>" location "<location>" bucket_policy_only "true"
rclone copy <source> <destination>