We are using 'https://content.dropboxapi.com/2/files/get_thumbnail_v2' api to fetch thumbnails of varying size 'w128h128' and 'w1024h768' . However we receive the thumbnail of size 128x128 in both the cases.
Please the request/response attached. The only thing varying in the response header is ,
1. 128x128 has following response header,
Vary: Dropbox-API-Arg, Authorization
2. 1024x768 has the following in response header,
Vary: Dropbox-API-Arg, Authorization, Accept-Encoding
This is something that dropbox controls, because of which we get a cached thumbnail not respecting the size request in the 'Dropbox-API-Arg' .
Can someone please provide more insight on how to fix this?Is there anything in the API request that can be set so we get the appropriate thumbnail? Also, we see this behavior on certain images, so its not consistent across different images [one such image is attached]
request-1
response-1
request-2
response-2