Moodle Plugins directory: Microsoft Skydrive | Moodle.org

Microsoft Skydrive
Repositories ::: repository_skydrive
Maintained by
Dan Poltawski
A repository plugin to access your documents from Microsoft Skydrive in Moodle.
Latest release:
464 sites
1 downloads
3 fans
Current versions available: 2
A repository plugin for Microsoft Skydrive.
Thanks to Universidad Teconológica de Chile (INACAP) who funded this plugin to be created by LUNS and to LUNS for releasing this work open source, allowing me to continue to work on this for Moodle 2.3.
In order to use this plugin you need to register your Moodle with Microsoft, please see the documentation link below for basic guidance on how to do this.
Please Note: This plugin is now part of standard Moodle in 2.6 and later.
Contributors
Dan Poltawski (Lead maintainer)
Please login to view contributors details and/or to contact them
It does still work with 2.4
Skydrive does not like editing files using a browser other than IE in my testing and I found it more successful to right click the file in Skydrive and choose to edit in the Office program itself rather than the Web App version. Any changes when saved update the Skydrive version automatically and are then reflected in Moodle with little delay. Also the option then to share files and collaborate on them opens interesting options.
Randy
I don't know anything about Office 365 - but if it works with microsoft skydrive, then you should be able to access the documents through it.
$string['configplugin'] = 'Configure Microsoft OneDrive';
$string['pluginname'] = 'Microsoft OneDrive';
$string['skydrive:view'] = 'View OneDrive';
We are testing the OneDrive plugin in Moodle 2.6 but we get the following error message:
A required parameter (code) was missing
More information about this error
Debug info:
Error code: missingparam
Stack trace:
• line 463 of /lib/setuplib.php: moodle_exception thrown
• line 545 of /lib/moodlelib.php: call to print_error()
• line 34 of /admin/oauth2callback.php: call to required_param()
Can you point me in the direction of what I should fix?