Rclone working even after delete the client_id

i have removed the google client id from my rclone config. but rclone able to load the remote account. how can i disable it? just assume if rclone.config stolen or something so someone want to disable the remote access

You'd remove the Client ID key/secret from your Google Admin console if the rclone.config was taken by someone.

i keep the id, only i delete the secret id. but still using old secret id it's working

I'm not sure what you are asking. If your rclone.config is comprised, you'd remove the key from the console.

If you are asking if you remove something from the rclone.conf and what still works, that's a completely different question.

If you removed the client id, you'd get:

Response: {
  "error": "invalid_client",
  "error_description": "Unauthorized"

thank you problem fixed :slight_smile:

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