[ARCHIVED] Direct URL of Uploaded PDF file in Canvas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2020
05:49 AM
Is it possible to get the direct URL of an uploaded PDF file in canvas? Looking at the code structure, the following access are possible:
- school.instructure.com/courses/#####/files/##### - This gives you the file page where you can view the PDF file.
- school.instructure.com/courses/#####/files/#####/download - This will automatically download the PDF file.
What I'm looking for is the direct link, like: "school.instructure.com/courses/#####/files/#####.pdf" so I can automatically embed the contents of our modules in our external application.