Open matthieu-michou-wattandsea opened 1 year ago
try NAS_path = 'https://nasname.quickconnect.to/' ? What's the final address url in browser after visit 'https://quickconnect.to/nasname/'?
Hi ! the final address depends from where it is accessed : from local network it is like 192-168-XXX-YYY.nasname.direct.quickconnect.to/drive/ from outside it is nasname.fr2.quickconnect.to/drive/ ( I'm located in France )
What I don't get is that with IP we have to precise the Port. But with Path method we don't tell the Port or suffix "/drive" , so how can it retrieve it ?
em..., my intuition is using the final address. I will enable quickconnet and test it next week.
Hello
The api works fine with IP on local network 192.168.X.Y Is there a possibility to make it work with quickconnect link from internet ?
I couldn't find the right syntax so far I'm trying
NAS_USER = 'mylogin'
NAS_PASS = 'mypassword'
NAS_path = 'https://quickconnect.to/nasname/drive/'
with SynologyDrive(NAS_USER, NAS_PASS, NAS_path, dsm_version='7') as synd:
Thanks