Course Files Download but no Modules Content #19
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cyberes/canvas-student-data-export#19
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Do you have suggestions for resolving this? Thank you so much for your time!
Hi Kayla,
Forbidden errors usually have to do with authorization. Can you view those submissions/modules when you're logged in to Canvas in the browser? If you can view them in the browser but they fail to download using this script, then we should keep investigating. If you want to skip a course that you no longer have permission to access, you can use the
COURSES_TO_SKIP
global variable.Hello Dave! Thank you for your prompt response. I believe I have permission to view. I think the issue might go a little further than permission view because I have successfully exported all of my courses over the four years and not one single course was able to export the modules section, but course files were successful. Thank you again!
Interesting, ok! Are you able to share any more debugging details? Maybe you can add more print statements to help us figure out exactly what is returning this Forbidden message?
i'm having the same issue all the modules which i can see when i log into canvas through a browser are forbidden. I just want the data from the module pages text i'm not really good at python but am willing to be guided