mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
2d01a65e36
This means that rclone will pick up tokens from concurrently running rclones. This helps for Box which only allows each refresh token to be used once. Without this fix, rclone caches the refresh token at the start of the run, then when the token expires the refresh token may have been used already by a concurrently running rclone. This also will retry the oauth up to 5 times at 1 second intervals. See: https://forum.rclone.org/t/box-token-refresh-timing/8175 |
||
---|---|---|
.. | ||
atexit | ||
dircache | ||
israce | ||
oauthutil | ||
pacer | ||
readers | ||
rest |