Ask Your Question
1

What is the meaning of the error 'Token type is not allowed' when I try to send a REST API request to SharePoint API from Postman?

asked 2023-06-09 13:37:29 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-06-09 13:38:01 +0000

pufferfish gravatar image

The error 'Token type is not allowed' typically occurs when the authentication token you're using to make your REST API request to SharePoint API is not supported or recognized by SharePoint. This can happen if you're using an outdated or incorrect authentication token, or if the token is missing certain permissions required to access the SharePoint API.

To resolve this issue, you should first check that you're using the correct authentication token for your request. You may need to generate a new token or update your existing one. Additionally, make sure that the token has sufficient permissions to access the SharePoint API you're trying to use.

If you're still experiencing issues after checking your authentication token, you should consult the SharePoint API documentation or contact SharePoint support for further assistance.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-09 13:37:29 +0000

Seen: 14 times

Last updated: Jun 09 '23