I'm trying to use Dropbox SDK to retrieve an imge thumbnail with
filesGetThumbnail method. I used
Dropbox.filesGetThumbnail and I received the response successfully but look like it only return the image's properties such as size, name, path..etc but there was no base64 encoded value in the return as expexted. I tried the same image with the API version 2 and it returned base64. Just wonder if this is a bug or an expected behavior from the SDK.
1. If it's an expected behavior, is there a way to get image data such as base64 encoded or image URL/source.
2. How do I get the response header in order to get the image's etag.
Thanks,