swaglive/Upload File to Saucelabs App Storage
Uploads an app file to Sauce Storage for the purpose of mobile app testing and returns a unique file ID assigned to the app. Sauce Storage supports app files in *.apk, *.aab, *.ipa, or *.zip format, up to 4GB.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| payload | File path to upload | yes | — |
| name | Filename to upload the file as | no | — |
| description | File description | no | — |
| username | Saucelabs Username | yes | — |
| access_key | Saucelabs Access Key | yes | — |
| datacenter | Saucelab datacenter | yes | — |
Outputs
| name | description |
|---|---|
| id | File ID |
| name | File name |
| json | Raw JSON |