How to upload file to parse using Restapi in appery?
Parameter names for test .
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Parameter names for test .
Hello,
Hope, this link will help: https://www.parse.com/docs/rest#objec...
can you tell me request parameter name which i have to add.i have added three parameter REST API KEY AND APPLICATION KEY and upload_file(column name which i have created in parse class).
upload_file(value type :object )={ "name": "C:\Users\IdeaLabz\Desktop\madhurendra\javasript1.txt" ,"__type":"File"}
if i test using appery its upload file to parse class .but problem is that i upload file file on input field (type:file) and invoke post service on click of button it create a row in the parse class but value of{upload_file} column is undefined.
please tell me about mapping how to map file to reruest parameter.
Madhurendra,
It is not all easy. Please look at this tutorial about uploading file in Appery.io DB: http://devcenter.appery.io/tutorials/...
There is a special function uploadMultipleFilesHelper, its logic is made specifically for Appery.io
Thanks but my requirement to upload it to parse.
i am getting a error upload service not defined so if you any solution please tell me.
Madhurendra,
Could you please send us screenshot of the error?
when i upload a file then parse create a row but column(upload_file) is showing undefined.
i want to know the file format in which the data will be saved in the parse database. tell me the format
Madhurendra,
Unfortunately it looks like this issue is outside the scope of our support, you should contact parse.com support.
thanks