未收到 upwork 的回复 API

Not getting response from upwork API

我正在尝试让所有公司使用以下 api

var companies = new Companies(api);
  companies.getList(function (error, data) {
    console.log(data);
    console.log(error);
  });

我的应用程序拥有所有权限,但我仍然遇到以下错误,

{"server_time":1586893220,"error":{"status":403,"code":403,"message":"This APP has no access to requested resource"}}

请让我知道我缺少什么。

根据 List companies API 的文档,API 密钥必须具有以下权限:"View the structure of your companies/teams",请参阅部分 "Required key permissions"。

请重新访问您的密钥并相应地调整权限。