When I check on the status of my SIS Import I get an error in the Status JSON file that returns.
In the JSON section "error_attachment" I see values for uuid, display_name, URL, and filename. Two questions; is there any data that can help understand the error by pulling the file and if so How do you get this file. I have tried different curl commands but I can't fine the correct API request to get this file identified in filename attribute. Has anyone done that?
- Harold
**** Example JSON section ***********
"errors_attachment": {
"media_entry_id": null,
"display_name": "sis_errors_attachment_69.csv",
"uuid": "U7YhiP6N9jSXW7qtJ9rAdA77wj8T1p3xEtqDTpzv",
"unlock_at": null,
"url": "https://college.instructure.com/files/937/download?download_frd=1&verifier=RandomLetterandNumbers123...",
"lock_at": null,
"created_at": "2020-07-13T19:47:43Z",
"mime_class": "file",
"modified_at": "2020-07-13T19:47:43Z",
"updated_at": "2020-07-13T19:47:43Z",
"filename": "168880000000000069_processing_warnings_and_errors2020-07-13+19%3A47%3A43+UTC20200713-13179-z0x24e.csv",
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.