rigon / photo-gallery

Photo Gallery is a self-hosted performant application to organize your photos. Built for speed with React and Go.
https://photogallery.rigon.uk/
GNU Affero General Public License v3.0
15 stars 2 forks source link

Webdav #44

Closed mxm199 closed 1 year ago

mxm199 commented 1 year ago

1.5.0 dev, 1.5.1 When using an application to transfer photos from an android phone, PhotoSync - Transfer Photos, it is impossible to connect to webdav due to the error "Expected 207 Multi-status got 200", although nominally webdab works, other applications connect normally (X-plore File manager for example).

rigon commented 1 year ago

That's great! I use photo-gallery with PhotoSync all the time, it's a great app.

I think the issue you are getting is because you need to add the directory "/webdav" when creating the configuration in PhotoSync.

I guess I should make it more clear from the README. Thanks!