J-D-K / JKSV

JK's Save Manager Switch Edition
GNU General Public License v3.0
1.35k stars 99 forks source link

WEBDAV basepath setting must be in URI format #239

Open nimaskji opened 1 month ago

nimaskji commented 1 month ago

Hi there :-)

Thanks a lot for your soft, I m been waiting for this feature long time ago !

Just to inform you tha tthe setting basepath in webdav.json file must be in URI format.

Step to reproduce :

{
  "origin": "https://dav.something.fr",
  "basepath": "Games Saves",
  "username": "Administrateur",
  "password": "MyStrongPassword"
}

Step to fix it in the actual version (07.18.2024):

{
  "origin": "https://dav.something.fr",
  "basepath": "Games%20Saves",
  "username": "Administrateur",
  "password": "MyStrongPassword"
}

Hope this is help some guys just like me who want ot use webdav feature :-)

impeeza commented 1 month ago

Thank you so much. I will make a PR about this on the instructions MD.