-
Access Canvas LMS Rest API from PeopleSoft Integration Broker
Hello, I'm trying to access https://canvas.mdanderson.org/api/v1/ REST API from PeopleSoft (via integration broker), but got the following error messages: Integration Gateway - External System Contact Error (158,10721) HttpTargetConnector:ExternalSystemContactException Untrusted Server Certificate Chain IOException: The…
-
Users
When I try to list all the users in canvas lms through api , it is only showing first 100. Does the api restrict the response only to 100 objects, even though I have more users(sudents)??
-
Get List of users through Canvas API
I can't retrieve all the users from Canvas, even though I've set per_page=100. I'm using this API: 'https://url.com/api/v1/accounts/{account_id}/users?per_page=100'. What could be the issue? Thanks in advance
-
Canvas OAuth 2 error unauthorised client - Client does not have access to the specified Canvas accou
Hello, we're trying to integrate our application to a canvas account via OAuth2 workflow but we're receiving this particular error response: error=unauthorized_client&error_description=Client+does+not+have+access+to+the+specified+Canvas+account but we're only receiving this error for this new client we had with their…
-
How and Where to host React for multiple partners
Hi, friends. Excuse the noob question! My background is front-end webdev, and I develop Canvas courses professionally for multiple organizations. I build on my local instance and then push the courses to the organization's Canvas instance, which they generally give me admin access to (though occasionally I need to develop…
-
Problem changing login image in Canvas mobile version
I have a problem, searching in the community I found this code to be able to change the login image to that of the institution where I work. .mobileLogin-Header { z-index: 1; background-image: url(https://instructure-uploads.s3.amazonaws.com/account_228140000000000001/attachments/21194/LOGO_UCC_color_transparente.png)…
-
Integrate Canvas with IMathAS using a developer key.
I am struggling to integrate Canvas with IMathAS using a developer key. When I access the assignment imported from IMathAS in Canvas, I encounter 2 types of errors. * Invalid token error request type: GET request…
-
Dev Key Custom Fields question - preferred name recognition
I am working with a third party to integrate their product with our instance, but they are new to Canvas LTIs, and we have had to figure out some of the details through trial and error. The integration appears to be working now, for the most part. However, the third party app is recognizing and welcoming test users by…
-
How do we get the students emails when querying Canvas course sections through the API?
Dear all, In my tool I need to query the course for sections, using the Canvas API (specifically, the endpoint /api/v1/courses//sections?include[]=students&include[]=total_students) All seems to be fine and I get the expected result. Though I'm unsure about something: The list of students returned by the call doesn't…
-
This placement requires Deep Link support by the vendor. Check with your tool vendor to ensure they
Dears, really sorry to open that point again but I saw a identical issue never answered in the past and I'm trying to push on it, the situation seems the same. In fact I'm trying to publish One Drive content into canvas's articles page with an embeeded code. For this reason I've followed the documentation and now I can see…
-
Guidance on Creating a Custom Tool Consumer Profile (TCP) for Plagiarism Detection Platform
Hello Canvas Developers, I'm currently working on integrating a plagiarism detection platform with Canvas LMS and need some guidance regarding the Tool Consumer Profile (TCP). Specifically, I want to know: * Do I need to create a custom TCP and host it on my server and then connect it with my tool proxy? * Is it possible…
-
Guidance on Creating a Custom Tool Consumer Profile (TCP) for Plagiarism Detection Platform
Hello Canvas Developers, I'm currently working on integrating a plagiarism detection platform with Canvas LMS and need some guidance regarding the Tool Consumer Profile (TCP). Specifically, I want to know: * Do I need to create a custom TCP and host it on my server and then connect it with my tool proxy? * Is it possible…
-
Canvas LMS Outgoing Mail not working
Hi, I am trying to configure my outgoing_mail.yml file with my Gmail SMTP details and I am getting the below error. [CANVAS_ERRORS] EXCEPTION LOG Errno::ECONNREFUSED (Connection refused - connect(2) for "localhost" port 25): /var/canvas/vendor/bundle/ruby/3.1.0/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize'…
-
Hiding the Course Navigation Menu by Default
I am looking to build a theme on canvas that hides the course navigation menu by default for anyone not logged in or with certain roles. I'm helping a team to build public courses, and we don't want people having to log in. Ideally we would just be showing the page content and then having the learner navigate linearly. The…
-
Loading content in batches.
Hello. I am working for an instructor that needs to import existing content (qti for quizzes) a folder at a time, and set them to be quizzes. Example. A teacher has a folder with N amount of totally different qti zip file quizzes. and wants to import them and set them to QTI for quizzes that would be automatically graded…