mirror of
https://github.com/moodle/moodle.git
synced 2025-03-09 02:10:00 +01:00
Onedrive direct download URL does not accept authorization headers, it will just return the `unauthenticated` content with 401 HTTP Code We switched to a safer way. We fetch the item information and use a new curl instance (without authorization headers) to fetch the content via direct download URL
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: https://moodledev.io/docs/apis/plugintypes/repository Track: http://tracker.moodle.org/browse/MDL-13766