rclone/b2
Nick Craig-Wood 4105da206a b2: reauth the account while doing uploads too #825
Originally it was thought the upload URL expiring would provide 401
errors so it was excluded from reauth when doing uploads, but on
re-reading the docs and looking at this issue it seems that 401 errors
are only caused by the account token expiring and not the upload token
expiring.

We will refresh both the upload token and account token on a 401 error
while uploading, and just the account token when we get a 401 at any
other time.
2016-11-07 13:30:51 +00:00
..
api b2: Add --b2-versions flag so old versions can be listed and retreived. #420 2016-07-05 11:27:04 +01:00
b2_internal_test.go Add more tests for List() and fix resulting problems 2016-05-07 14:50:35 +01:00
b2_test.go Stop removing failed upload to cloud storage remotes - fixes #559 2016-11-04 21:34:25 +00:00
b2.go b2: reauth the account while doing uploads too #825 2016-11-07 13:30:51 +00:00
upload.go b2: reauth the account while doing uploads too #825 2016-11-07 13:30:51 +00:00