{"error":"Failed to build app"}
this is error code of callback
question the user info is need?
this is error code of callback
question the user info is need?
- 6 Posts
- 0 Reply Likes
Posted 9 years ago
- 6 Posts
- 0 Reply Likes
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
301 Moved Permanently
The document has moved here.
Apache/2.2.14 (Ubuntu) Server at build.phonegap.com Port 80
This reply was created from a merged topic originally titled
curl callback this display help.
301 Moved Permanently
Moved Permanently
The document has moved here.
Apache/2.2.14 (Ubuntu) Server at build.phonegap.com Port 80
This reply was created from a merged topic originally titled
curl callback this display help.
- 1911 Posts
- 199 Reply Likes
We need more information to know what went wrong. What was the exact http post you made?
- 6 Posts
- 0 Reply Likes
form name="creat" method="post" action="https://build.phonegap.com/api/v0/apps"
input name="data" type="hidden" value="{"title":"test23123"}"
input name="file" type="hidden" value="/Users/Spolong/Desktop/index.html"
input type="submit"
/form
input name="data" type="hidden" value="{"title":"test23123"}"
input name="file" type="hidden" value="/Users/Spolong/Desktop/index.html"
input type="submit"
/form
- 1911 Posts
- 199 Reply Likes
You can't send a file from a hidden form field. You have to send it through a type=file field.
- 6 Posts
- 0 Reply Likes
sorry,I use input type="file" first.
But it cann't work.So I test this.
can you give me a correct example in form,thanks very much
But it cann't work.So I test this.
can you give me a correct example in form,thanks very much
- 1911 Posts
- 199 Reply Likes
The PhoneGap Build API is designed to be accessed by RESTful clients - the examples in the documentation show how it can be used. I'm not sure why you would use an HTML form - there's an HTML form right there on the website.
- 6 Posts
- 0 Reply Likes
- 1911 Posts
- 199 Reply Likes
https://build.phonegap.com/apps
If you're building a web UI, upload the file to your server, then use the REST API to create an app from there.
If you're building a web UI, upload the file to your server, then use the REST API to create an app from there.
- 6 Posts
- 0 Reply Likes
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers

