Forum Discussion

Nate's avatar
Nate
Occasional Contributor
3 years ago

Uploading app package using Invoke-RestMethod or Invoke-WebRequest

Attempting to upload my app to BitBar using Invoke-RestMethod or Invoke-WebRequest. Getting " : The remote server returned an error: (500) Internal Server Error." ``` $package = 'c:\my.apk' $bitb...