Question

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.

Was it helpful?

Solution

Found the solution: I forgot to add the header:

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top