0
我使用以下CURL從Assembla下載文件到本地系統。在Curl命令中,我將API密鑰和祕密都作爲訪問令牌。但它不起作用。讓我知道如何使用CURL下載文件。使用CURL下載文件
以下是我使用它來下載文件捲曲:
curl -H "X-Api-Key:19f66f38efcdbc" -H "X-Api-Secret:c3eb3856fd08b37f58f490s013wred1" --insecure https://www.assembla.com/code/software-dept/Release/Test.apk?_format=raw
以下是我得到的輸出,當我運行上面的捲曲:
$ curl -H "X-Api-Key:19f66f38efcdbc" -H "X-Api-Secret:c3eb3856fd08b37f58f490s013wred1" https://www.assembla.com/code/software-dept/Release/Test.apk
<html><body>You are being <a href="https://www.assembla.com/login">redirected</a
>.</body></html>
由於提前