Hi,
Actually I'm trying to display the list of all images of a user that are available in dropbox. For this i'm now doing /files/list_folder to get all the files in the root and then /files/get_temporary_link to get the links of each files.
But the process is becoming so slow that i have to call the/files/get_temporary_link API for each image available. Is there any way to get all the temporary link of the images at once.
Thanks in advance