#"Something went wrong!" when trying to sync with Google Cloud Storage

7 messages · Page 1 of 1 (latest)

native stratus
#

Hello. Just trying to sync my pod's internal volume with google colud storage and getting popup with that error. No matter which data I enter - correct or incorrect, it happens. I'm using community cloud pod with runpod/pytorch:2.0.1-py3.10-rocm5.7-ubuntu22.04 image.

mighty ledgeBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

real quest
native stratus
real quest
#

Should be full JSON

native stratus
real quest
#

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>