Closed ChandrashekarBemagoni closed 1 year ago
Did you get this resolved in the end @ChandrashekarBemagoni ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Environment: Moodle - 3.9.0 Moodle Android App - Moodle App 4.1.0 OpenEquella - https://github.com/openequella/openEQUELLA/releases/tag/2022.2.0
We have an openequella installation that we use as a content repository for our Moodle LMS. As part of this, we hosted some SCORM files in OEQ and access then from Moodle using the Repository approach.
Settings on Moodle side:
Settings on OEQ side:
We mapped content to course in Moodle from Openequella and We are able view from Learner access in Web
We are not able to view from Moodle App
Please find the series of steps when we tried to download files
Step1:
Request: Moodle API: https://cutsom-cr.com/webservice/pluginfile.php/835686/mod_scorm/package/0/Threads.zip?
Response : In Response header, we are getting file location in OpenEquella with LTI token.
Step2 : CR URL : Request https://cr-custom.com/institute/integ/gen/e2c36bee-9993-49d1-8cdd-973bd46021ab/1/?attachment.uuid=7732780b-2ff2-4fc0-9195-15d34a9fba83&token=demouser1%3ALTI%3A1676351914000%3A8FT6%2BahtEKnPdJK4M2ky2w%3D%3Dh
Request
Response : CR attachment Location
Step3:
Request : https://cr-custom.com/e2c36bee-9993-49d1-8cdd-973bd46021ab/1/Threads.zip
Response : SCORM file
We also developed custom android , from there also we are not able to download.
Any suggestion to get download the file into android app?