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
Rather than splitting the SDK interface into both sync and async interfaces, we would probably want to decide to move the entire SDK over to async. Since this sort of functionality was added at the language level in Python 3.4, this would likely be something we'll tackle when the SDK drops support for Python 2.7 in the next major version. I'm going to mark this breaking for now so we don't lose track of the idea, but it's unlikely to land on the v2.x branch.
@sinwoobang Our team is currently short staffed and there is no plan to do this anytime soon. However, we are growing our team over the next few months and may revisit this then. Sorry for any inconvenience!
e.g. client.folder(folder_id='0').upload_async('/path/to/file'), which returns a promise.
The text was updated successfully, but these errors were encountered: