mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 04:01:40 +01:00
Merge branch 'wip-MDL-35542-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
dbffd9910d
@ -506,6 +506,10 @@ class repository_dropbox extends repository {
|
||||
*/
|
||||
public function get_link($reference) {
|
||||
$ref = unserialize($reference);
|
||||
if (!isset($ref->url)) {
|
||||
$this->dropbox->set_access_token($ref->access_key, $ref->access_secret);
|
||||
$ref->url = $this->dropbox->get_file_share_link($ref->path, self::GETFILE_TIMEOUT);
|
||||
}
|
||||
return $this->get_file_download_link($ref->url);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user