Title
g

gauravkaushik

10/26/2017, 9:41 AM
When running graphcool service locally, when I try to do a POST request via curl to upload an image, it returns
HTTP method not allowed, supported methods: GET
. Here's the command:
curl -X POST '<http://localhost:60000/file/v1/SERVICE_ID>' -F "data=@images_7.jpg;filename=image.jpg"
. Has anyone else tried uploading files locally?
n

nilan

10/29/2017, 1:58 AM
hey, the Framework version doesn't have a file API yet, we'll release more information around this soon 🙂
g

gauravkaushik

10/29/2017, 5:32 AM
oh ok. eagerly waiting for it. thanks
j

jamiehalvorson

11/09/2017, 11:11 AM
Hey @nilan is there any info around this yet? Just encountered the same situation. Thanks! 🙂
g

gauravkaushik

11/10/2017, 1:54 PM
@jamiehalvorson we created a FR for this: https://github.com/graphcool/framework/issues/1120. Not much info on the status though
👍 1