-
-
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
Does file_write actually work? #88
Comments
Hi @TheCrazyT please see the documentation on how to upload: https://github.com/tomgross/pcloud/blob/master/README.rst#uploading-files |
I was more interested in appending data to existing files (so I needed to use "opener.open_fs" with append-flag). As mentioned before the fd-param does not get set. Btw:
(I'm using those commmands in a jupyter notebook ... therefore was not able to edit the files by hand) |
Fixed with 1.3 https://pypi.org/project/pcloud/1.3/ |
I mean I tested it myself and it always created a empty file without content.
I see no way that the "fd" gets even passed to the api-endpoint.
Actually it gets removed at:
https://github.com/tomgross/pcloud/blob/master/src/pcloud/api.py#L254
The text was updated successfully, but these errors were encountered: