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
File upload endpoints no longer accept file-like objects. Only byte strings are allowed. This helps prevent errors in previous versions where automatic request retries would use the next part of the stream rather than re-using the portion that was rejected.
The return value of the OAuth flows are now an object that includes account_id rather than a tuple. Please use account_id (v2 concept) rather than user_id (v1 concept). This will improve future extensibility.