Jesus / dropbox_api

Ruby client library for Dropbox API v2
MIT License
171 stars 113 forks source link

Get Shared Links only shows 200 files #42

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi,

I have recently used Get Shared Links method but is only returning 200 files. In the app folder, I had 2000 files. How can I get all of them?

Kind Regards Andrew

apurvis commented 6 years ago

http://www.xuuso.com/dropbox_api/DropboxApi/Results/ListSharedLinksResult.html#has_more%3F-instance_method

ghost commented 6 years ago

Thank you very much for your reply. I finally figured out how to do it. The list_folder_continue method doesn't work for shared links when you are using a Folder App, because of permissions.

But I was able to pass the cursor to the method get shared links method and it works like a charm.

apurvis commented 6 years ago

resolve this then?

ghost commented 6 years ago

Yes. Everything is ok now. Thank you very much.