question

SaiArunKumarPalwadi-0543 avatar image
0 Votes"
SaiArunKumarPalwadi-0543 asked Deva-MSFT commented

Getting ResourceNotFound when Deserializing type GraphErrorResponse error

we are trying to do this api call from pega application

Geting below error. pls help asap

{"error":{"code":"ResourceNotFound","message":"Resource could not be discovered.","innerError":{"date":"2021-05-28T07:20:08","request-id":"78052bf3-bbe2-46f3-8b92-7eaf997a6623","client-request-id":"78052bf3-bbe2-46f3-8b92-7eaf997a6623"}}}

Created DefaultExecutors
Starting to send request, URL https://graph.microsoft.com/v1.0/users/PSAK@saiarunkumarpalwadigmail.onmicrosoft.com/mailFolders
Request Method GET
Response code 404, Not Found
Handling error response
Deserializing type GraphErrorResponse
Graph service exception Error code: ResourceNotFound
Error message: Resource could not be discovered.

GET https://graph.microsoft.com/v1.0/users/PSAK@saiarunkumarpalwadigmail.onmicrosoft.com/mailFolders
SdkVersion : graph-java-v1.4.0
Authorization : Bearer eyJ0eXAiOiJKV1QiLCJub25jZSI[...]


404 : Not Found
[...]

[Some information was truncated for brevity, enable debug logging for more details]

microsoft-graph-notifications
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

  • Outside of your code/SDK, can you repro the issue just with only the above call in Graph explorer or postman?

0 Votes 0 ·

0 Answers