zbjdonald / synology-drive-api

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

it does not appear as though DSM 7 is supported #4

Closed shersch closed 2 years ago

shersch commented 2 years ago

it looks like I need to pass in the "version" when logging in, but I'm not certain. I think that's why I'm not having much success with this.

zbjdonald commented 2 years ago

I have no DSM 7. You can try change params variable in login and logout {'version': '2'} => {'version': '3'}. DSM 7 - API Support | Synology Community

shersch commented 2 years ago

that worked! thanks!