OneDrive / onedrive-sdk-ios

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

Streamable path of file #203

Open nabeelahmed87 opened 5 years ago

nabeelahmed87 commented 5 years ago

I am unable to find the streamable path for any file although i did find downloadable path but no luck in streamable path

Mikanbu commented 5 years ago

Have a look at this key in the dictionary of each item: @content.downloadUrl. With this url you should be able to stream/download.