我正在使用curl
这样的 API 密钥从 appannie.com 下载内容:
curl -H -O "Authorization: bearer somekey" https://www.appannie.com/downloadlink>download.csv
我得到错误
[2] Done breakdown=product
[3] Done countries=ALL
[4]- Done date=2015-12-27~2016-01-25
[5]+ Done chart_type=all
$ curl: (6) Could not resolve host: Authorization
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>
如何解决这个问题?