Error 400: Project does not exist

I am trying to configure rclone to synchronize data from a Linux server to Google cloud. I followed the directions as per [rclone's instructions], with the only deviation that I used configuration for a headless machine. When I try to create a bucket using

rclone mkdir remote:BUCKET_NAME

I get the following error messages:

2019/04/23 20:58:40 ERROR : Attempt 1/3 failed with 2 errors and: googleapi: Error 400: Project does not exist: 12345678, invalid
2019/04/23 20:58:40 ERROR : Attempt 2/3 failed with 2 errors and: googleapi: Error 400: Project does not exist: 12345678, invalid
2019/04/23 20:58:41 ERROR : Attempt 3/3 failed with 2 errors and: googleapi: Error 400: Project does not exist: 12345678, invalid

If I leave out the project number in the configuration, I get the same error message. Can anyone tell me how to go solve this?

Thanks, Thomas

(Google Cloud Storage)

Is the project number in the config file correctly?

Could you do rclone config show and post the results, replacing anything that looks sensitive with X?

Thanks for your reply - I just figured out that I mistakenly used the setup instructions for Google cloud rather than Google drive :upside_down_face:. Cheers, Thomas

No worries - easily done!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.