mirror of
https://github.com/rclone/rclone.git
synced 2025-04-24 05:04:17 +08:00

If you use the authentication method OAuth2.0 with JWT on the Box backend rclone fails to refresh the token before Box expires it. If this happens mid-transfer the transfer is aborted. This fix expires the tokens from Box earlier (2 minutes) than expected. Fixes #7214