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