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
Hi. I am trying to use the module asyncio to asynchronously upload files to my pcloud folder but it always blocks waits for the upload to be terminate before doing the next line
Hi @MrWillTurner thanks for your report. The PCloud library uses the synchronous request-library. There is an asynchronous one. I assume there is some blocking/unblocking magic involved, which prevents your code example from working.
If you interested in an async version of pCloud you have several options:
Implement it yourself and submit a pull request.
Wait until I have time and interest to implement it.
Pay me (or someone else) to implement it. My contact details are on my homepage: https://tomgross.github.io/
Hi. I am trying to use the module asyncio to asynchronously upload files to my pcloud folder but it always blocks waits for the upload to be terminate before doing the next line
Do you have any idea of what I'm doing wrong ?
The text was updated successfully, but these errors were encountered: