
Solved: Re: Download Completed Report File via API Develop ...
Mar 23, 2021 · When attempting to download the report file using the API developer key authentication, it does not authenticate. Now I'm stuck, how do I authenticate to programmatically download the …
Solved: Re: Using canvas API to access files and modules a ...
Mar 12, 2024 · Have you generated an access token and included it in the header so that Canvas knows who you are? All REST API requests require authentication and authorization.
API id datatype inconsistencies - Instructure Community - 648203
Jun 24, 2025 · Why is the datatype for the answer.id number (without quotes) for true_false_question and string (with quotes) for short_answer_question and multiple_answers_question??? It is …
Canvas API Working Without Token? - Instructure Community
Jun 16, 2025 · @bressler1995 Since you're already logged in (or in your case, masquerading as a student), you're authenticated, and your authentication token and other session data (e.g., cookies) …
[ARCHIVED] Passing API Key for file dump (python)
I just wrote a blog post Canvas Data API Authentication that explains in excruciatingly painful detail how to create the HMAC signature for the API calls. There is working code for JavaScript, PHP, and …
CSS - Hide GlobalNav/Hamburger for public users
Oct 21, 2024 · Hey Sean, Thanks for the reply. I'm able to hide the element using CSS, but just noticed that the no-user class is not on that element so the only way to hide it was globally, in this case, …
Solved: Re: Quickstart server says "Invalid Authenticity t ...
[ARCHIVED] Quickstart server says "Invalid Authenticity token" - clean DB and browser does not help
Re: NORMALIZATION-COLLISION - Instructure Community - 647023
Jun 12, 2025 · The "legacy" authentication providers behave a little bit differently than the rest of the authentication providers as they will also match logins with a null authentication_provider_id in …
How to Archive Courses via Python - Instructure Community
# set the authentication header self.header = {'Authorization': f'Bearer {cfg.canvas_token}'} After all of the archiving is done, the final act of the script is to ensure all Blueprint course associations are …
Solved: [ARCHIVED] Can the login + password method of logg ...
Jan 7, 2022 · Solved: Can the login + password method of logging in be disabled in the Canvas Student mobile app? All of our students are created in - 504405