Upload File to Student Account

Jump to solution
kevinw
Community Contributor

Is there a way to upload a document into multiple students account-files?

Like, if I have a document I need 1,500 students to have access to regardless of which course they are enrolled in.  

0 Likes
1 Solution
pklove
Community Champion

It could be done as an admin with API calls.

You would need to follow the file uploading process (Uploading Files - Canvas LMS REST API Documentation ) for each user starting with Users Upload a file ( Users - Canvas LMS REST API Documentation ).   You need to masquerade on this first call (Masquerading - Canvas LMS REST API Documentation ).

View solution in original post