Feature #7185
Integrate Google Drive for documents download
0%
Description
Integrate Google Drive into Chamilo so that a teacher wanting to upload or download a document can choose to do it from/to drive.google.com.
Ideally, the connector itself would integrate to the main/inc/lib/fileUpload.inc.php (and download) library, so that we can reuse it from documents, dropbox, wiki, tasks, etc (from anywhere :-))
History
Updated by Yannick Warnier over 6 years ago
- Status changed from New to Assigned
- Assignee set to Angel Quiroz
This should first be developed as a plugin for 1.9.8, with the minimum possible changes in the core code, and only integrating it with the documents tool. Check the screencast plugin to get ideas on how to integrate.
Ideally, the Google Drive browser should show as a modal window.
It is possible that OAuth2 should be necessary to implement this. Whatever is the result of the first investigation, we need it to be reported here so if abandonned for now, we can start working later on the basis of the previous investigation.