Forums for SesameVault.com
Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
-
- CommentAuthorwebelements
- CommentTimeFeb 1st 2010
Anybody else getting a 404 when checking the progress of an upload? I debugged the curl request in the API and its sending a request to upload.sesamevault.com/v2/upload/progress.json which is returning a 404? very strange anybody have any ideas?
Thanks -
- CommentAuthorjamesturner125
- CommentTimeMar 22nd 2010
I have the same issue @webelements... Has anyone figured out what to do with the 404?? youtube marketing -
- CommentAuthoraa
- CommentTimeMar 23rd 2010
Hi, Andrew from Team SesameVault here,
Assuming both of you are using the PHP API library (which in turn uses Curl), the reason for the 404 for upload progress requests is that the PHP API library always performs HTTP POST requests to SesameVault servers, however:
upload.sesamevault.com/v2/upload/progress.json
only responds to HTTP GET requests (POSTing to that URL returns HTTP status 404). We discovered this problem recently and plan to update the SesameVault PHP API library. Until an official fix is ready, it is fairly straightforward to use Curl directly to GET upload progress, especially since this API call does not require authentication via signatures.
1 to 3 of 3