如何使用CURL在Parse上传文件?

时间:2012-06-12 20:33:22

标签: php parsing curl

我有以下内容:

卷曲-X POST \ -H“X-Parse-Application-Id:appid” -H“X-Parse-REST-API-Key:restkey” -H“Content-Type:text / plain” -d'你好,世界!'  https://api.parse.com/1/files/hello.txt

我回来了:

{ “URL”: “http://files.parse.com/7680c0e7-b398-4b43-91f0-61b12934c690/08d828ef-1185-4036-b8ab-228764fbeb69-hello.txt”, “名称”:“08d828ef -1185-4036-b8ab-228764fbeb69-hello.txt的“}

我应该使用什么文件名?

1 个答案:

答案 0 :(得分:0)

返回的网址 - 您在http://files.parse.com/

之后获取所有内容

出现以下情况:

卷曲-X POST \ -H" X-Parse-Application-Id:appid" \ -H" X-Parse-REST-API-Key:reskey" \ -H" Content-Type:application / json" \ -d' {    "姓名":" blisdco",     "图片":{      " name":" 7680c0e7-b398-4b43-91f0-61b12934c690 / 08d828ef-1185-4036-b8ab-228764fbeb69-hello.txt",       " __ type":" File"     }    }' \ https://api.parse.com/1/classes/CustomerImages

返回的是:

{&#34; createdAt&#34;:&#34; 2012-06-12T20:16:05.360Z&#34;&#34;的ObjectID&#34;:&#34; yHLhqMgBAj&#34;} < / p>

如果查看解析数据浏览器中的CustomerImages表,您将看到该条目 - 包括URL的文件名部分。