Laurent Cozic
Laurent Cozic
> POST files/upload: Error (409): {"error_summary": "path/disallowed_name/...", "error": {".tag": "path", "reason": {".tag": "disallowed_name"}, "upload_session_id": "pid_upload_session:[[...]]"} Is it possible that they've implemented some strange disallow list and they are rejecting the...
Thanks for checking, I think we can merge then since all failures seem to be unrelated to your change
At some point we had this "Network request failed" error because we weren't passing the "content-type" header (even when it wasn't needed), but in that case it looks like it's...
> I've also noticed this issue on an Android 14 emulator (I've only tested with the React Native 0.73.8 upgrade branch, however). With Android maybe it's easier to debug -...
Also maybe compare the response between running curl on `/info.json` and another file. Maybe Dropbox started adding some more headers to the JSON responses that makes the RN network lib...
> I don't have a lot of experience with Dropbox programming (I'm a real time embedded engineer) but could the difference between mobile and desktop be that on desktop computers...
Thanks for the translation!
Using this plugin to save the split state could be a workaround: https://github.com/benji300/joplin-persistent-layout
@krystof-k, if that can be of any help, I've implement this and other features in my fork: https://github.com/laurent22/joplin-turndown https://github.com/laurent22/joplin-turndown-plugin-gfm Note that those are meant to support the [Joplin web clipper](https://github.com/laurent22/joplin)...
They both got a npm package by the way: `npm install joplin-turndown-plugin-gfm && npm install joplin-turndown`