microsoftgraph / msgraph-sdk-android

Microsoft Graph SDK for Android! https://graph.microsoft.io
Other
51 stars 43 forks source link

GraphFatalServiceException when retrieving a user's profile picture #103

Closed Coopra closed 4 years ago

Coopra commented 5 years ago

When making a call with client.getMe().getPhoto().buildRequest().get() or client.getMe().getPhoto().getContent().buildRequest().get() I get a GraphFatalServiceException with a 501 response code stating this hasn't been implemented.

The underlying URL the SDK calls is https://graph.microsoft.com/v1.0/me/photo. Are there plans to implement this in the SDK?

baywet commented 4 years ago

Hi everyone, Thank you for the contribution, we have moved away from an android specific SDK to a Java SDK and this repo will be archived very soon. If you're still facing the same issue with the Java SDK, feel free to re-open an issue over there. Closing.