-
Bug
-
Resolution: Fixed
-
Critical
-
2.2.9, 2.3.3, 2.4.3
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
MDL-39203-master -
I've just noticed that we're not able to connect to Dropbox repositories in our environment. You still get to see the autorisation page from Dropbox but when you click to autorise, the file picker is refreshed but still display the login button. By the way, you won't see the bug if you're already connected to Dropbox in your Moodle account. You have to deconnect yourself and try to reconnect.
Here's what I have in php errors log :
[17-Apr-2013 09:41:05] PHP Notice: Undefined index: oauth_token in /.../moodle/lib/oauthlib.php on line 269
|
[17-Apr-2013 09:41:05] PHP Notice: Undefined index: oauth_token_secret in /.../moodle/lib/oauthlib.php on line 269
|
[17-Apr-2013 09:41:05] PHP Notice: Undefined index: oauth_token in /.../moodle/repository/dropbox/lib.php on line 157
|
[17-Apr-2013 09:41:05] PHP Notice: Undefined index: oauth_token_secret in /.../moodle/repository/dropbox/lib.php on line 158
|
It seems obviously that Moodle is unable to recover the token from Dropbox... Maybe something has changed in the Dropbox API ?
I've reproduced this bug in 2.3.3 and 2.4.3 only. Can someone confirm if the problem is or is not there in master branch ?
- blocks
-
MDLQA-5596 CLONE - A user can add files from Dropbox
- Passed