I received this email saying OAuth for Google will be deprecated October 3 does this mean I need to migrate to another storage provider?
Starting October 3, 2022 , we will block OOB requests to Google’s OAuth 2.0 authorization endpoint for existing clients. Apps using OOB in [testing] mode will not be affected. However, we strongly recommend you to migrate them to safer methods as these apps will be immediately blocked when switching to [in production] status.
OAuth client list:
Project ID: [rclone-322618]
Client: Xxxx
Run the command 'rclone version' and share the full output of the command.
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
Got this too and saw the posts about fix in 1.58, but also unclear on what steps need to be taken - do we have to reconfigure the remote and/or recreate anything in developer console? Thanks!
sorry ths might be a stupid question, but i am not sure i understand you correctly. I am running rclone 1.58 on an existing setup and do not plan to make a new config or run the command "rclone config reconnect". So thats it for me, nothing changes?
Or do we have to "reconnect" in order to migrate? Thanks
The following OAuth client(s) will be blocked on Oct 3, 2022.
If I'm not planning to change the config for the next 4 years, as I didn't changed anything since 2018, then I'm fine? even google will block my OAuth "project"? will the client ID and pass still work?
Google won't block your project - everything will carry on working just fine. Google are only blocking the OOB method of initially authenticating the client which involves copying a token from the web page. If your client is already authenticated then nothing will change.
Thanks I made sure I’m on the latest version. I won’t be recreating the config anytime soon so I should be fine. If I do end up needing to recreate I can just use my old config file right?