No acces to api while logged out with user generated token
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2016
02:38 AM
I'm having a problem with the user generated acces token. I have generated a acces token manually as a student in the settings and when i try to call the api i have to be logged in to canvas to be able to acces the API. So when i call the api even with the ?acces_token variable while logged out i get a 401 error.
Am i doing something wrong, or does this have something to do with me being a student ?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2016
02:36 PM
You should be able to test that you are using your access token correctly by just directing your browser to this url: https://{{your canvas domain here}}/api/v1/courses?access_token={{your access token}}. Does that work?