mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 11:35:21 +08:00
1378bfee63
Box recently changed their API, changing the case of returned API items > On May 10th, 2021, as part of our continued infrastructure upgrade, > Box's API response headers will standardize to return in a case > insensitive manner, in line with industry best practices and our API > documentation. Applications that are using these headers, such as > "location" and "retry-after", will need to verify that their > applications are checking for these headers in a case-insensitive > fashion. Rclone was reading the raw headers from the `http.Header` and not using the `Get` accessor method which meant that it was sensitive to case changes. This fixes the problem by using the `Get` accessor method. See: https://forum.rclone.org/t/box-backend-incompatible-with-box-api-changes-being-deployed/22972 |
||
---|---|---|
.. | ||
api | ||
box_test.go | ||
box.go | ||
upload.go |