mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
MDL-29960 repository/dropbox - remove unsused code
This function calls an API request which may be changed from the version 0 of the API
This commit is contained in:
parent
c745d1e80e
commit
6381177b9f
1 changed files with 0 additions and 9 deletions
|
@ -52,15 +52,6 @@ class dropbox extends oauth_helper {
|
|||
return $data;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get user account info
|
||||
*/
|
||||
public function get_account_info($token, $secret) {
|
||||
$url = $this->dropbox_api.'/account/info';
|
||||
$content = $this->get($url, array(), $token, $secret);
|
||||
return $content;
|
||||
}
|
||||
|
||||
/**
|
||||
* Download a file
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue