msgraph-sdk-ruby
msgraph-sdk-ruby copied to clipboard
Downloading profile photos
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!
I believe this is a known issue. You may have to fall back to REST in order to get ~/photo/$ref.
Thanks for reporting this issue. That version of the SDK has been deprecated a number of years ago. We're now starting the work on a new generation of this SDK and you can learn all about it on the updated readme page.