module("apps.OAuth").load() module("apps.Dropbox").load() module("apps.MindMaps").load() // dropbox access db = new DropboxAPI(); db.requestToken(); // open an HTTPS connection in a different window window.open(db.authorizationURL()) // only one time db.accessToken(); contents = db.getFile('iThoughtsHD/Lively/ideas.itm'); $morph('resultText').setTextString(print_topic_tree(extractTopics(contents)))