-
Bug
-
Resolution: Fixed
-
Minor
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
When configuring a Dropbox repository, Moodle will only work with a Dropbox app that is configured to for the whole of Dropbox. The default option when creating a Dropbox app is to allow it access to a single folder within the user's Dropbox. If the default option is used when an attempt is made to access a Dropbox repository to upload files, Moodle gives the error:
"Remote repository returned error: Full Dropbox access attempt failed because this app is not configured to have full Dropbox access. Should your access type be app folder ('sandbox') instead?"
Update repository/dropbox/lang/en/repository_dropbox.php, $string['instruction'] so that these instructions are displayed on the Dropbox configuration page.
Test Steps:
1. Login to Moodle as admin.
2. Navigate to Settings > Site administration > Plugins > Repositories > Manage Repositories.
3. Select "Enabled and visible" for the Dropbox repository and then click "Settings".
Expected Result:
- Instructions are visible onscreen informing the admin user that they must select the option "Full Dropbox - Your app needs access to the user's entire Dropbox." when setting up a Dropbox app.
- Testing discovered
-
MDLQA-2384 CLONE - A user can add files from Dropbox
- Passed