super-productivity-android icon indicating copy to clipboard operation
super-productivity-android copied to clipboard

Dropbox sync request fails with http status 409

Open FlorianKrammel opened this issue 4 years ago • 6 comments
trafficstars

  1. clean install from f-droid v7.0
  2. added a project an ome tasks with description
  3. created a new dropbox account
  4. 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

FlorianKrammel avatar Jan 11 '21 18:01 FlorianKrammel

Hi there! Thanks for reporting! What version number does show up at the bottom of the global settings page?

johannesjo avatar Jan 11 '21 20:01 johannesjo

v6.3.3

FlorianKrammel avatar Jan 14 '21 21:01 FlorianKrammel

I have the same issue on version 7.2.1

Just created a fresh dropbox account and set up the token.

khartahk avatar Jun 30 '21 08:06 khartahk

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.

johannesjo avatar Jun 30 '21 10:06 johannesjo

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").

Screenshot 2024-08-20 at 15 25 13

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.

dahlmo avatar Aug 20 '24 13:08 dahlmo

I am closing this in favor of the issue I created here: https://github.com/johannesjo/super-productivity/issues/3355

johannesjo avatar Aug 23 '24 15:08 johannesjo