OneDrive / onedrive-sdk-ios

OneDrive SDK for iOS
https://dev.onedrive.com
Other
101 stars 88 forks source link

Download thumbnail #205

Open juanradark opened 5 years ago

juanradark commented 5 years ago

Can someone help me on how is the easiest way to download the thumbnail of a file? I was able to get the link but no how to download it with the sdk. Thanks

carolanitz commented 5 years ago

@juanradark look in their example iOS App "Explorer" under loadThumbnails in their ODXItemCollectionViewController. you have to kick of another request

juanradark commented 5 years ago

Thanks!!, I don't know how I didn't see it, I took other functions from that example.