Search code examples
restoauth-2.0dropboxdropbox-api

Dropbox' delta api ignores path_prefix


I'm trying to call Dropbox' delta Api with a path prefix, however, it seems to ignore it.
Here's my request:

Fiddler Screenshot

As you can see, I it doesn't care about path_prefix and returns me all files.
Am I doing anything wrong? Thanks for help.


Solution

  • Found the solution: I forgot to add the header:

    Content-Type: application/x-www-form-urlencoded