OneDrive / onedrive-sdk-csharp

OneDrive SDK for C#! https://dev.onedrive.com
Other
294 stars 143 forks source link

Does this SDK support 'Albums'?? #191

Closed assassin316 closed 7 years ago

assassin316 commented 7 years ago

Hi @cdmayer,

I have a very quick question:

Does the OneDrive SDK support fetching a user's "Albums" (the new feature added this year) ?

http://www.networkworld.com/article/2877034/onedrive-adds-albums-will-soon-add-automatic-photo-import-from-pc.html

image

Thanks for your time!! :)

cdmayer commented 7 years ago

The API, and therefore the SDK, does not currently support Albums. That is definitely on our radar but I unfortunately can't make any comment on when it will be available. Thanks for asking!

Aboisier commented 7 years ago

Hey, just wanted to know if this have been implemented, or if it is still on your radar. I managed to retrieve an album by using its id, but can't find a way to retrieve the list of a user's albums ids.

Thank you! Antoine