zbjdonald / synology-drive-api

Synology drive api python wrapper.
MIT License
61 stars 15 forks source link

Changing upload path to be base name of file.... #24

Open ArlenisChS opened 4 months ago

ArlenisChS commented 4 months ago

When doing an upload, by first opening a file, it takes the name of the path to upload the file. The problem is that it creates every folder that appears in its local path instead of only the file name. I don't know if this is the expected behavior, but I find it better this way because you get to decide exactly where to put it.