You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gopherschwift usually calls Reauthenticate() when the token expires, by recognizing 401 responses. However, when a bulk-delete fails because of expired token, 400 is returned and the 401 errors can only be found in the BulkError. Example log output from swift-http-import (which knows how to unpack the BulkError, every line after the first is one of the constituent BulkObjectError instances):
Gopherschwift usually calls Reauthenticate() when the token expires, by recognizing 401 responses. However, when a bulk-delete fails because of expired token, 400 is returned and the 401 errors can only be found in the BulkError. Example log output from swift-http-import (which knows how to unpack the BulkError, every line after the first is one of the constituent BulkObjectError instances):
The text was updated successfully, but these errors were encountered: