David PL
Oct-24-2008, 05:54 AM
Hello,
I'm working on the upload functionality of our software application. We are implementing the software to check the API response to ensure every file was successfully uploaded and to obtain the ImageID and ImageKey for each file. I ran into the following issue:
When uploading very large files (such as videos), the API does not provide a response (i.e., to indicate success and provide the ImageID and ImageKey for the uploaded file). I suspect it may be that the API is waiting until the SM servers fully process the video before it sends a response. However, this delay can be very significant to the point that I cannot set the timeout of my POST call long enough. I am hoping it would be possible for the API to return a more timely response for large files to indicate success along with ImageID and ImageKey.
Thank you
I'm working on the upload functionality of our software application. We are implementing the software to check the API response to ensure every file was successfully uploaded and to obtain the ImageID and ImageKey for each file. I ran into the following issue:
When uploading very large files (such as videos), the API does not provide a response (i.e., to indicate success and provide the ImageID and ImageKey for the uploaded file). I suspect it may be that the API is waiting until the SM servers fully process the video before it sends a response. However, this delay can be very significant to the point that I cannot set the timeout of my POST call long enough. I am hoping it would be possible for the API to return a more timely response for large files to indicate success along with ImageID and ImageKey.
Thank you