-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I display upload or download progress bar with speed and estimated time? #24
Comments
@ashish453 there is an pCloud API method for that: https://docs.pcloud.com/methods/file/uploadprogress.html It is not implemented yet. You have several options:
|
HI Tom - for this do you have any package or lib suggestions on how to tackle this? If you have some familiarity then maybe someone could take it on.. |
@tomgross Hi Tom - do you have any suggestions on how to tackle this one? Thanks for any guidance.. |
@ikwyl6 as said before you have several options:
If you use and ❤️ my software, consider buying me a coffee ☕ https://www.paypal.com/paypalme/tomgross42 |
I saw that.. But for the PR request do you have any suggestions that I could look at from other pkgs that use this type of feature? I don't want to do a PR and then you say, why didn't you do it like X,Y, or Z package that implements a downlad status/progress bar.. That is all I'm looking for.. and if you don't care what it looks like, then perfect! HA |
Please share the code with Example.... I'm new to python.
The text was updated successfully, but these errors were encountered: