I am trying to setup a transfer from a Dropbox business account folder to a GCS bucket. I want to transfer film projects from our live storage on dropbox to an archive bucket once they are complete. They run into the TB's. This one is 1.7 TB.
I originally managed to set this up on my Mac but the transfer didn't happen 'server-side', so I have now setup a Virtual Machine on the Google Cloud Console. I installed the latest version of Rclone and setup up everything. I set the copy command and it did copy a few items and folders but then I just get access denied messages and transfer failed! Failed to copy: googleapi: Error 403: Access denied., forbidden
I am a complete novice at this and just looking for a solution for us to be able to move footage from one platform to another for longterm archival storage without it tying up a local machine and bandwidth.
Is this a problem with the Google VM or something with rclone?
The VM machine is e2-standard-4 (4 vCPUs, 16 GB Memory)
Intel Broadwell.
Any help or advice would be greatly appreciated but please remember I am a novice at this!
Run the command 'rclone version' and share the full output of the command.
rclone version
rclone v1.69.1
os/version: debian 12.9 (64 bit)
os/kernel: 6.1.0-31-cloud-amd64 (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.24.0
go/linking: static
go/tags: none
Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
-->
Which cloud storage system are you using? (eg Google Drive)
Dropbox
Google Cloud Storage
The command you were trying to run (eg rclone copy /tmp remote:tmp)
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
type = dropbox
token = XXX
[gcs]
type = google cloud storage
bucket_policy_only = true
env_auth = true
project_number = XXX```
#### A log from the command that you were trying to run with the `-vv` flag
<!-- You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/ -->
How would I be able to compare the mac setup to the one on the VM?
When you say a server error, is that to do with the google console side of things? that is the main issue i am having when I try and submit a transfer from dropbox to gcs. rclone tries to do the transfer but keeps saying error after each file and that it will retry.
How do I get a full debug log?
Sorry, as mentioned this is all well outside of my skillset.
The vm is saying access denied when I try and copy this. I think at this point I should just give up! It is so far beyond me now. I was hoping I could just set up a virtual machine and use rclone to copy folders from dropbox to GCS but this is too difficult. I think the issue is at the Google Cloud end rather than anything else. It is so strange as I can access the rclone config and change the settings in there but the moment I try and copy anything i get refused. I even got this message earlier. Attempt 1/3 failed with 1 errors and: googleapi: Error 403: The billing account for the owning project is disabled in state closed, accountDisabled even though this is all setup! I have tried, with the help of Gemini, to copy the config file from the mac to the VM but the public key won't work! It is all a mystery. Thank you for trying to help me. I really appreciate it but i think I'm definitely at the end of the road with this one.
Error 403: The billing account for the owning project is disabled in state closed, accountDisabled
Thats probably the core of an error. Seems to be from Google and need to be resolved with Google. I am not a Google Cloud user so I have no idea how or why