-
Notifications
You must be signed in to change notification settings - Fork 58
Can you import/upload .zip files? #7
Comments
@kibaekr i'm looking for it too... I figure out how to upload files, but the course importation is not working here =/ @miquella did a fork, can you help us? |
Hey guys, We're working on this too. To use the import_course method in the course service, we had to:
In other words: path = scorm_cloud.upload.upload_file(scorm_cloud.upload.get_upload_token, /your/file/path) Or something like that. |
Sorry about the delay, it's been a very busy month... we had to update our fork of the gem (https://github.com/instructure/scorm-cloud) to properly support uploads & imports See: instructure#2 |
This has allowed us to import courses this way:
|
At last Files can be uploaded to Github. |
|
The readme only goes over retrieving courses hosted in scorm cloud, but how would I actually import courses into the scorm cloud storage space in our lms interface?
Is there a more thorough ruby api documentation?
The text was updated successfully, but these errors were encountered: