Getting message as unauthorized for create a score via API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2020
04:17 AM
I have requested the assignments Create, Get, Update. ( Line Items - Canvas LMS REST API Documentation). The response was successful.
But it's getting below response when requesting the 'create a score route'. (Score - Canvas LMS REST API Documentation )
{
"errors": {
"type": "unauthorized",
"message": "Insufficient permissions"
}
}
I used the same access token which is not expired for all the above scenarios.
Please advice!
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.