mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 08:09:47 +02:00
MDL-29960 repository/dropbox - update to use 1.0 API version
This commit is contained in:
parent
79b0fece1f
commit
c745d1e80e
2 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ class repository_dropbox extends repository {
|
|||
'oauth_consumer_key'=>$this->dropbox_key,
|
||||
'oauth_consumer_secret'=>$this->dropbox_secret,
|
||||
'oauth_callback' => $this->callback->out(false),
|
||||
'api_root' => 'http://www.dropbox.com/0/oauth',
|
||||
'api_root' => 'https://www.dropbox.com/1/oauth',
|
||||
);
|
||||
|
||||
$this->dropbox = new dropbox($args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue