-
-
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
Download file from public link #51
Comments
pCloud has a (restricted) API for handling public links. Some of the methods are only accessible with pcloud.com referrers. This method is currently not implemented in pyCloud API. You have several options:
If you use and ❤️ my software, consider buying me a coffee ☕ https://www.paypal.com/paypalme/tomgross42 |
Implemented for 1.0b1: https://pypi.org/project/pcloud/1.0b1/ |
Thank you Tom, would you please give me a hint how to get the "code" for use with this method? All below ways described in the website need referrer that is restricted to pcloud.com.
|
Hi @mrahjoo Since these API calls are restricted the only way I know is to get the code from the web UI of pcloud (https://my.pcloud.com/) manually. |
Is there a way to download the content of a file via its public link? I want to access the file without having to log into my account.
Thanks!
The text was updated successfully, but these errors were encountered: