Can the "reconnect" option only handle replacing the token, without re-prompting for site URL (OneDrive)?

I periodically need to refresh my token for accessing SharePoint sites in my org with Rclone.

When refreshing the token, you get prompted to select the storage again - i.e. personal or business OneDrive, SharePoint site, etc. You end up needing to provide the URL again.

While I can pull the URL from the config file, or dump it and copy it to the clipboard first, this is inconvenient and error-prone. Some SharePoint URLs are long ugly things and it just adds another step in refreshing the token that should not be necessary since the site URL won't change. If you're not "careful" it'll just replace the URL with the one for your personal OneDrive folder.

An option to keep the current behavior would be of course useful, e.g. rclone config reconnect sharepointsite: --select to reselect the storage URL.

Edit: I just tested this, and the only thing stored in config is the drive_id, and providing that to option 5 (driveid) still yields only my personal OneDrive folder. I have to repeat the search process to find the correct folder, and then select the right document library again. This should not be necessary just to refresh the access token.

Rclone refreshes tokens and if you don't use it for a long time, you have to redo the OAuth, which can't be automated.