super-productivity-android
super-productivity-android copied to clipboard
Dropbox sync request fails with http status 409
- clean install from f-droid v7.0
- added a project an ome tasks with description
- created a new dropbox account
- created auth + token
The mesage with some failed sync requests and http status 409 pops up a ew times.
OS: Android 10 on a lenovo tab
Hi there! Thanks for reporting! What version number does show up at the bottom of the global settings page?
v6.3.3
I have the same issue on version 7.2.1
Just created a fresh dropbox account and set up the token.
As a workaround you might be able to use the webapp. Apart from that: Help would be welcome with this, as I am not familiar with the differences between fdroid and the google play version and why it might be a problem here.
Same issue here, after first installing Super Productivity on MacOS and then attempting to sync to the web app (on Chrome).
It opens the Dropbox OAuth flow just fine, I'm getting a token but after saving it the request fails with 409 Conflict when trying to POST to the URL in the screenshot (with payload: `path: "/super_productivity/sp-main.json").
Response is;
{
"error_summary": "path/not_found/..",
"error": {
".tag": "path",
"path": {
".tag": "not_found"
}
}
}
I've verified that the file path exists by inspecting the Dropbox account manually.
I am closing this in favor of the issue I created here: https://github.com/johannesjo/super-productivity/issues/3355