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
Long story short, I'm currently evaluating the Google Drive API v3 Java client library, and willing to create a Kotlin wrapper around it with coroutine support.
I may be wrong or have overlooked something, but I can't find any way to cancel HTTP requests?
Obviously, downloads and uploads are the best candidates for cancellation, but any requests should benefits of it in a mobile application.
Any thoughts?
The text was updated successfully, but these errors were encountered:
Long story short, I'm currently evaluating the Google Drive API v3 Java client library, and willing to create a Kotlin wrapper around it with coroutine support.
I may be wrong or have overlooked something, but I can't find any way to cancel HTTP requests?
Obviously, downloads and uploads are the best candidates for cancellation, but any requests should benefits of it in a mobile application.
Any thoughts?
The text was updated successfully, but these errors were encountered: