Graph API "List places" give 401 error

Shogo 36 Reputation points
2022-03-04T09:02:27.143+00:00

Describe the bug

Graph API "List places" give 401 error

image

To Reploduce

In order to reproduce ,I executed the HTTP Request described in the following link with Graph Explorer.
https://learn.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http

However, the following error occurs.

The error output to the console log

{
"error": {
"code": "UnknownError",
"message": "{\"code\":\"Unauthorized\",\"message\":\"There was a problem calling the proxy call\"}",
"innerError": {
"date": "2022-03-04T08:39:52",
"request-id": "ebcbec66-7441-4c90-b6bd-74fcfbfcd138",
"client-request-id": "2c65f1b3-0936-c110-c0d1-443f7a22c703"
}
}
}

Expected behavior

I want it to work fine with Graph Explorer.

Please let me know if there are any possible remedies or ideas that may help solve this issue. Thank you.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,869 questions
0 comments No comments
{count} vote

Accepted answer
  1. CarlZhao-MSFT 44,851 Reputation points
    2022-03-16T10:20:44.177+00:00

    Hi @Shogo

    This issue has been resolved, it was automatically fixes after a few days and the api is now working.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. CRISTIAN HERNANDEZ 11 Reputation points
    2022-06-21T10:13:13.42+00:00

    Hi @CarlZhao-MSFT Could you fix the issue you were facing?? Im facing same issue in this moment and I would like to know if support team help you?. Really appreciate your answer.

    1 person found this answer helpful.
    0 comments No comments

  2. CarlZhao-MSFT 44,851 Reputation points
    2022-03-07T02:55:26.023+00:00

    Hi @SakatoShogo-5932

    1. Make sure you are logging into Graph Explorer with a work account, not a personal or guest account.
    2. Make sure your administrator has consented to the Place.Read.All permission. List item

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. Shogo 36 Reputation points
    2022-03-07T09:07:57.313+00:00

    @CarlZhao-MSFT

    Thank you for your answer.
    I followed your answer to set up the settings, but the results did not change.

    180597-image.png

    I would appreciate it if you could continue to tell me how to solve it.

    Thank you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.