zbjdonald / synology-drive-api

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

Move file to other folder #9

Closed h-teske closed 2 years ago

h-teske commented 2 years ago

Hi, I really love your work and it helps me a lot.

I'm trying to move a file to a different folder. In your sourcecode I see a comment

move file or folder to another folder Is this implemented yet and I just fail to use it or is this still a todo?

Many thanks again!

zbjdonald commented 2 years ago

Hi, it was implemented. I use it in production. synd_admin.move_path(file_info['file_id'], 'team-folders/folder1/folder2').

h-teske commented 2 years ago

ah perfect, that worked. many thanks for the quick help!