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
Upload and Download classes support passing additional_headers which can include a user-agent, and base_api.py populates one if it's not supplied by the client.
Upload and Download classes support passing additional_headers which can include a user-agent, and base_api.py populates one if it's not supplied by the client.
But RefreshResumableUploadState just creates a generic http request.
This typically makes these refresh requests appear as if they are coming from a different UserAgent than the rest of the Upload.
The text was updated successfully, but these errors were encountered: