msgraph-sdk-ruby icon indicating copy to clipboard operation
msgraph-sdk-ruby copied to clipboard

Downloading profile photos

Open basicsandwich opened this issue 6 years ago • 1 comments

Per the Get Profile Photo docs, it appears that getting photo meta data is supported by the SDK:

e.g. graph.me.photo => GET /me/photo

But that getting the actual image is not supported. GET /me/photo/$value. Am I missing something, or is this a known issue?. Thanks!

basicsandwich avatar Oct 16 '17 18:10 basicsandwich

I believe this is a known issue. You may have to fall back to REST in order to get ~/photo/$ref.

dpim avatar Nov 06 '17 21:11 dpim