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
I upload file to dropbox. But i want to cancel all the requests like in version1 we have the functions :
/* Cancels all outstanding requests. No callback for those requests will be sent */
(void)cancelAllRequests;
The text was updated successfully, but these errors were encountered:
With the v2 SDK, you should track the task objects yourself, and simply call cancel on all of them. There is no helper function for this, unfortunately.
I upload file to dropbox. But i want to cancel all the requests like in version1 we have the functions :
/* Cancels all outstanding requests. No callback for those requests will be sent */
The text was updated successfully, but these errors were encountered: