user6691653
user6691653

Reputation:

How to upload APK to Saucelabs

I want to upload my APK to Saucelabs, How can I do that?

Is there any tab do so ?

I am trying with Curl command as well, which is not working for me

Upvotes: 2

Views: 762

Answers (1)

Kiran Sk
Kiran Sk

Reputation: 933

Yes, U have to use curl command correctly.

Use below Link to download curl : http://curl.haxx.se/download.html

After that use below curl command : curl -u YOUR_SAUCE_USERNAME:YOUR_SAUCE_ACCESS_KEY -X POST -H "Content-Type: application/octet-stream" https://saucelabs.com/rest/v1/storage/YOUR_SAUCE_USERNAME/YOUR_ANDROID_APP.apk

Upvotes: 1

Related Questions