- Home /
Question by
ks_tdivelbiss · May 13 at 07:43 AM ·
buildapicloud
Is the Cloud Build API key machine specific?
I am trying to get curl calls to the Cloud Build API working on a remote Mac machine.
I want to be able to remotely upload a build to Testflight, but first I have to download the .ipa to the mac.
On my local machine the curl call works with -H "Authentication: Basic [API KEY]"
but when I ssh into the mac and run the same curl call I get Not authorized, Server does not recognize the client
as the error.
Why does the same call work on my local machine but not when I'm sshing into the remote machine?
Comment