"""The point here is not that the chunk upload is not able to process the reauth. The point is it tries it after it tries to upload an entire chunk. The HEAD call sort of acts as a fast failing mechanism which will refetch the token and retry. Something like a 100-continue would have served this purpose, but unfortunately requests doesn' t support that yet."""
"""The point here is not that the chunk upload is not able to process the reauth. The point is it tries it after it tries to upload an entire chunk. The HEAD call sort of acts as a fast failing mechanism which will refetch the token and retry. Something like a 100-continue would have served this purpose, but unfortunately requests doesn' t support that yet."""
-- Amala