Hello! Could you please help me? How long does it take to update file preview image (thumbnail) If document content is changed or new version of file was uploaded?
@Rolana There isn't a documented guarantee on this for /2/files/get_thumbnail_batch, but changes should be reflected more or less immediately.
And is thumbnail field (in response of /get_thumbnail_batch endpoint) also updated immediately after edits applied on files?
https://www.dropbox.com/developers/documentation/http/documentation#files-get_thumbnail_batch
Thank you very much! I missed that there is such section 😅
@Greg-DB Is there a chance that some previews can be generated in 10 or more minutes after changes applied?
@Rolana There's no particular guarantee on that. Can you clarify if something isn't working for you? For example, are you are seeing delays of 10 minutes in practice?
No, it works perfect now) I'm trying to implement logic of updating dropbox files preview dynamically (every time user makes some changes in file they must appear in my app) and I'm just preparing for unexpected situations
Thank you for your help 😄