Backend doesn't support reconnect or authorize

tried to use my gphotos remote today and got back this error- which makes sense

2022/11/16 08:49:17 Failed to lsd with 2 errors: last error was: couldn't list albums: Get "https://photoslibrary.googleapis.com/v1/albums?pageSize=50": couldn't fetch token - maybe it has expired? - refresh with "rclone config reconnect gphotos:": oauth2: cannot fetch token: 400 Bad Request
Response: {
  "error": "invalid_grant",
  "error_description": "Bad Request"
}

but then when I try to reconnect as it asked I get another error which is unexpected:

maybe it has expired? - refresh with "rclone config reconnect gphotos:"

PS C:\Users\Tony> rclone config reconnect gphotos
Error: backend doesn't support reconnect or authorize
Usage:
  rclone config reconnect remote: [flags]

Flags:
  -h, --help   help for reconnect

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.

2022/11/16 08:49:32 Fatal error: backend doesn't support reconnect or authorize
PS C:\Users\Tony> rclone -vv config reconnect gphotos
2022/11/16 08:50:00 DEBUG : rclone: Version "v1.61.0-beta.6555.0c56c4652" starting with parameters ["C:\\Program Files (x86)\\rclone\\rclone.exe" "-vv" "config" "reconnect" "gphotos"]
Error: backend doesn't support reconnect or authorize
Usage:
  rclone config reconnect remote: [flags]

Flags:
  -h, --help   help for reconnect

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.

2022/11/16 08:50:00 Fatal error: backend doesn't support reconnect or authorize

realized now that I was actually missing the colon, maybe rclone can be more forgiving :wink: ?

Rclone sadly can't fix typos for you.

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