Sebbbbbb
Sebbbbbb

Reputation: 131

Microsoft graph - listing emails - Access to OData is disabled

I would like to use the Microsoft Graph API to programmatically check an Office365 Mailbox.

I followed all documentation, i.e.

Now,

    {
      "error": {
        "code": "ErrorAccessDenied",
        "message": "Access to OData is disabled.",
        "innerError": {
          "request-id": "73db8b50-1f16-4301-abbd-d3fbbc78ca9b",
          "date": "2019-12-20T16:08:34"
        }
      }
    }

Upvotes: 4

Views: 4674

Answers (1)

Sebbbbbb
Sebbbbbb

Reputation: 131

It actually solved itself, after waiting about 1 hour.

I guess the culprit was the Exchange cache.

Upvotes: 5

Related Questions