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
Example of current behavior:
When uploading you specify path=/dir1/dir2/dir3/file.txt
But in your pcloud you only have /dir1/dir2
Instead of creating dir3, currently pcloud just silently doesn't do the upload.
It would be nice if pycloud could create the missing directories when uploading a file. A different feature that could be easier to implement but still super useful is adding a method to create folders, so from the example I could create dir3 then upload the file.
My use case is I want to upload files from different days and organize them like /year/month/day
The text was updated successfully, but these errors were encountered:
Example of current behavior:
When uploading you specify path=/dir1/dir2/dir3/file.txt
But in your pcloud you only have /dir1/dir2
Instead of creating dir3, currently pcloud just silently doesn't do the upload.
It would be nice if pycloud could create the missing directories when uploading a file. A different feature that could be easier to implement but still super useful is adding a method to create folders, so from the example I could create dir3 then upload the file.
My use case is I want to upload files from different days and organize them like /year/month/day
The text was updated successfully, but these errors were encountered: