How can I get a list of every file used in my course?

Jump to solution
stephanie_pope
Community Champion

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

Labels (1)
1 Solution
brueckert
Community Champion

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!

View solution in original post