Uploading Profile Photo from Microsoft Graph Explorer -


i cannot upload photo microsoft graph explorer. getting error:

an internal server error occurred. operation failed., file chose isn't image.

i have image/jpeg content-type , valid binary data extracted fiddler. authorization token there when inspect request fiddler. did missed?

request body: https://pastebin.com/ydufprmx

response: https://pastebin.com/e6fzdyvi

 put https://graph.microsoft.com/beta/users/[userprincipalname]/photo/$value http/1.1  content-length: 64408  authorization: bearer eyj0exa...  content-type: image/jpeg 

graph explorer doesn't support sending binary files @ moment. can handle string data in post/put/patch body.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -