filestack / filestack-js

Official Javascript SDK for the Filestack API and content ingestion system.
https://www.filestack.com
MIT License
206 stars 76 forks source link

File url : file not found error #445

Open Nancy-Rani opened 3 years ago

Nancy-Rani commented 3 years ago

After onUploadDone call, the url sent by filestackhelper API throws error : file not found. Reference URL : https://cdn.filestackcontent.com/EIHjDvkqQtCuVVkd9JHM

Below is curl request which throws 404 error.

curl 'https://cdn.filestackcontent.com/EIHjDvkqQtCuVVkd9JHM' \ -H 'authority: cdn.filestackcontent.com' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36' \ -H 'accept: image/avif,image/webp,image/apng,image/svg+xml,image/,/*;q=0.8' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-fetch-mode: no-cors' \ -H 'sec-fetch-dest: image' \ -H 'referer: http://localhost:3000/' \ -H 'accept-language: en-GB,en-US;q=0.9,en;q=0.8' \ --compressed