문제

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.

도움이 되었습니까?

해결책

Found the solution: I forgot to add the header:

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top