Since updating from 1.49.5 to 1.50 and 1.50.1 i'm having trouble with my setup.
On 1.50 and above i get the following error when trying any commands on my Google Drive setup:
Failed to create file system for "gdrive:folder/subfolder": couldn't find root directory ID: googleapi: Error 404: File not found: 0AFbF7QHXQGSUUk9PVA., notFound
Downgrading to 1.49.5 solves the problem and results in the expected behavior.
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Debian Buster
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp)
I already created a fresh config for testing through rclone config with the same result.
It looks like this:
type = drive
client_id = "custom id" (but i also tried with the one provided by rclone)
client_secret = "custom secret"
scope = drive.file
token = {"access_token":"redacted"}
Would indeed seem so. I'm just wondering why my setup with the same config posted earlier resumes working on 1.49.5 while the poster is having problems on versions 1.49.5 and above.
I'm going to test the build ncw posted.
I've merged this to master now which means it will be in the latest beta in 15-30 mins and released in v1.51 and likely in 1.50.2 if the testing goes well!