I want to implement pagination i.e. want to fetch limited files' metadata at a time and on next click the further files. I am not able to find any suitable method in Core Java API for dropbox regarding the same. So can anyone please suggest which method should I use in order to get paginated results ?
Thanks in advance.