Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.