Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Box.net portfolio.

Box.net portfolio: Difference between revisions

From MoodleDocs
(editing this page)
Line 1: Line 1:
{{stub}}{{Portfolios}}
{{stub}}{{Portfolios}}


===Obtaining an API key===
==Admin settings to enable the Box.net portfolio==
*Go to Settings > Site administration > Plugins > Portfolios > Manage Portfolios;
*Select from the drop down next to Box.net "Enabled and visible";
*Click the "Settings" and  if desired, give Box.net a customised name (not essential)
*Click the link to Open Development page [http://www.box.net/developers/services
]; create an accounts; click "Create new application " and make a new application. (This is for the API key you need for Box.net to work)
*The names you enter don't matter but in the Redirect URL box, copy and paste in the URL given you on your Box.net "Settings" link
*Paste the API key you get into the API box and click "Save"


Visit http://enabled.box.net and register a developer account. You can then navigate to My projects, and create a new one.  For all the settings, Moodle doesn't care what you put in '''except''' for the callback url, which should be $CFG->wwwroot/portfolio/add.php?postcontrol=1. Box.net will append the relevant authentication tokens to the url (detecting it already contains ? and everything already)


[[Category:Site administration]]
[[Category:Site administration]]

Revision as of 18:45, 13 October 2011


Admin settings to enable the Box.net portfolio

  • Go to Settings > Site administration > Plugins > Portfolios > Manage Portfolios;
  • Select from the drop down next to Box.net "Enabled and visible";
  • Click the "Settings" and if desired, give Box.net a customised name (not essential)
  • Click the link to Open Development page [http://www.box.net/developers/services

]; create an accounts; click "Create new application " and make a new application. (This is for the API key you need for Box.net to work)

  • The names you enter don't matter but in the Redirect URL box, copy and paste in the URL given you on your Box.net "Settings" link
  • Paste the API key you get into the API box and click "Save"