How can I get a list of every file used in my course?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2015
11:57 AM
How can I get a list/report of every file used in my course?
Besides highlights all of the files in every folder to copy/paste....anyone know of a way to pull a report or get a list of every file in a course?
Thanks!
Stephanie
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2015
01:52 PM
Hey Stephanie,
I attached a Python script that worked pretty well. It just prints the file names to the console, nothing fancy; so not that great if you needed a spreadsheet. You'll need to edit it to include your token, the ID of the target course, as well as your institutional Canvas domain before it will run. Also, you'll need Python 3.x installed with the Requests library. Let me know if you give it a whirl!
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.