How to get the thumbnail stream by microsoft.onedrive.sdk -


i'm trying item's medium thumbnail stream. can correct thumbnails content null. how content can return stream?

var thumbnail= await onedriveclient.drive.items[item.id].thumbnails.request().getasync(); var thumbnailset=thumbnail.firstordefault();


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -