Upload Apps with CURL
You can easily upload all your apps with the help of the CURL and the command line to Updraft.
Step 1 Create your app project
Step 2 Copy the CURL of your app to the clipboard
CURL Upload Example
curl -X PUT
https://getupdraft.com/api/app_upload/YourEnvironmentAppKey/YourAPIKey
-F app=@/Users/Admin/Downloads/yourapp.apk
-- http1.1 CURL Upload with parameters
curl -X PUT
https://getupdraft.com/api/app_upload/YourEnvironmentAppKey/YourAPIKey
-F app=@/Users/Admin/Downloads/yourapp.apk
-F whats_new=ReleaseNotes
-F custom_branch=Develop
-F git_commit_hash=f6ef9eff9f3b3863546b4555584d0d35bbe88b28
-F bundle_version=1.0.20201015.1430
-F git_url=sh://[email protected]:11111/mytestproject
- http1.1CURL Upload with parameters if using spaces
Where can I find my API Key?
How can I create a new API Key?
What's the App Key?
Can I add other parameters?
Last updated