question

RikVercauteren-6059 avatar image
0 Votes"
RikVercauteren-6059 asked JamesTran-MSFT edited

Microsoft Graph Explorer: ctrl-click to the next results raises error

Hello,


testing following queries in Microsoft graph explorer :

https://graph.microsoft.com/v1.0/groups
or
https://graph.microsoft.com/v1.0/teams/

raises following error after skipping to the next page 65257-image.png after selecting the @odata.nextlink with <ctrl> - click.


{
"error": {
"code": "InvalidAuthenticationToken",
"message": "Access token is empty.",
"innerError": {
"date": "2021-02-08T07:57:46",
"request-id": "7aaa29d0-1cba-4d4a-bc25-f8a3b0e4769b",
"client-request-id": "7aaa29d0-1cba-4d4a-bc25-f8a3b0e4769b"
}
}
}


How can I fix this?

Kind regards,

Rik


azure-active-directoryoffice-teams-app-dev
image.png (12.5 KiB)
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.

Deva-MSFT avatar image
0 Votes"
Deva-MSFT answered

Thanks for reporting the issue Rik. I tried repro the issue at my end, but i failed to repro it.
Being said that i see the above error "Access token is empty", which tells that "No authorization header in request".

So,
- Please validate it before making the API call.
- Logout from the Graph Explorer, clear the browser cache. Login into the Graph Explorer with credentials and now make the above Graph API call - observe still if you can repro the issue

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.

RikVercauteren-6059 avatar image
1 Vote"
RikVercauteren-6059 answered

Hello, you can close this case.

ctrl-click always results in an error.
I needed to copy the odatalink for the next page in the query field of the graph explorer. That works fine for all the graph queries I tested. Except for the shifts query. For this issue i raised another question : https://docs.microsoft.com/en-us/answers/questions/266925/microssoft-graph-explore-raises-an-error-when-fetc.html


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.