After upgrade Joplin MAC App from 2.2.7 to 2.3.5 , erro happened.
Error
The sync target could not be upgraded due to an error. For support, please copy the complete content of this page and paste it in the forum: https://discourse.joplinapp.org/
The full error was:
PUT locks/exclusive_desktop_STRING.json: Unknown error 2 (403): <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>[huthief] cannot overwrite [/volume1/homes/user/Joplin/locks/exclusive_desktop_b3784d7eda744dc3bc66d1960f132975.json].</p> </body></html>
Error: PUT locks/exclusive_desktop_STRING.json: Unknown error 2 (403): <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>[user] cannot overwrite [/volume1/homes/user/Joplin/locks/exclusive_desktop_STRING.json].</p>
</body></html>
at newError (/Applications/Joplin.app/Contents/Resources/app.asar/node_modules/@joplin/lib/WebDavApi.js:414:11)
at WebDavApi.exec (/Applications/Joplin.app/Contents/Resources/app.asar/node_modules/@joplin/lib/WebDavApi.js:444:10)
at async FileApiDriverWebDav.put (/Applications/Joplin.app/Contents/Resources/app.asar/node_modules/@joplin/lib/file-api-driver-webdav.js:201:10)
There is no file at locks foleder on WebDav.
I also try to do
- Deleting the 'locks' folder on the WebDAV space
- Creating a new 'locks' folder on the WebDAV space and 777 permission
But it not works.
Is some way to fix it?
Thank you.