Hi All
I am Planning to host a web application which will display images in user's dropbox folder created by our app.
Was highly impressed with getThumnail() and getStartThumnail methods in JAVA SDK to get Image Thumbnail but observed that it can only give us thumbnail of a single image at a time , with 1000 of images in users dropbox i will have to make 1000 of getThumbnail() API calls, which is my major concern since there is a limit on number of api call one can make and i dont want my webapp to exceed that limit and with large number of users the api call will also increase.
What is the best solution to solve this problem and it will be very helpful if i can know API rate limiting metrics?
Is it per app or per user? and
Number of calls is per month or per year or per day?
Eagerly waiting for the response.
Thanks.