I am trying dropbox api. When i tried to list using
https://api.dropboxapi.com/2/file_requests/list
i get empty response like
{
"file_requests": [ ]
}
I tried using api explorer and postman. I verified that there are files in account. The app i am testing has full access. How do i get list of files using http api?