moodle/repository
Huong Nguyen 520707ef71
MDL-83341 repository_onedrive: Fix download and create controlled link
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
2024-12-09 09:30:18 +07:00
..
2024-06-05 10:25:06 +08:00

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