quintype / quintype-validator

Quintype validators, currently has website validator and migration validator
https://validator.quintype.com/
0 stars 0 forks source link

Validator: File upload api not working #54

Closed RashmiMelagiri closed 4 years ago

RashmiMelagiri commented 4 years ago

Summary Validator: File upload api not working In Validator tool, i am trying to upload file and check throwing api hit, throwing error { "error": "Please upload files only in *.txt.gz format", "dataType": "Story" }

Expected results: Should accept the gz file and hit with valid response.

Api: https://validator.quintype.com/api/validate?source=File Request : Post form-data :

Key : type
value: file
Key: file
value: < select the file gzip. file from local>