Actions on google 间隙列表错误:调用方没有权限

Actions on google 间隙列表错误:调用方没有权限,actions-on-google,Actions On Google,gactions cli Oauth处理对我来说已中断-按照初始化说明操作后无法连接: $ gactions --verbose list --project JovoTest Checking for updates... Successfully fetched update metadata Finished checking for updates -- no updates available Reading credentials from: creds.data Gactions

gactions cli Oauth处理对我来说已中断-按照初始化说明操作后无法连接:

$ gactions --verbose list --project JovoTest
Checking for updates...
Successfully fetched update metadata
Finished checking for updates -- no updates available
Reading credentials from: creds.data
Gactions needs access to your Google account. Please copy & paste the URL below into a web browser and follow the instructions there. Then copy and paste the authorization code from the browser back here.
Visit this URL: 
 https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=237807841406-o6vu1tjkq8oqjub8jilj6vuc396e2d0c.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Factions.builder&state=state 
Enter authorization code: 
4/AACp4YGiTu6LNJGbNBU3qV3hDbLL4a4d5SuN72UuIO6fXESUChlTF5s
Saving credentials to: creds.data
GET /v2/agents/JovoTest/versions?pageSize=10 HTTP/1.1
Host: actions.googleapis.com
User-Agent: Gactions-CLI/2.1.3 (darwin; amd64; stable/dff629ae63fd0b047d19687b79274524569714e6)
Accept-Encoding: gzip


ERROR: Couldn't fetch versions
ERROR: The caller does not have permission
2018/06/26 12:43:02 Server did not return HTTP 200

我认为这与工具的身份验证无关。我相信您正在设置的项目没有任何版本的操作可用。我尝试了我自己的一些项目:

~/Downloads/gactions列表--project assistant sdk项目

ERROR: Couldn't fetch versions
ERROR: Requested entity was not found.
~/Downloads/gactions list--project felker-action-1

Version           Create Time   Update Time  Approval  Deployment Status
v-[1]-2018-03-10  3 months ago  1 month ago  APPROVED  DEPLOYED

您目前为您的操作设置了什么?

我认为这与工具的身份验证无关。我相信您正在设置的项目没有任何版本的操作可用。我尝试了我自己的一些项目:

~/Downloads/gactions列表--project assistant sdk项目

ERROR: Couldn't fetch versions
ERROR: Requested entity was not found.
~/Downloads/gactions list--project felker-action-1

Version           Create Time   Update Time  Approval  Deployment Status
v-[1]-2018-03-10  3 months ago  1 month ago  APPROVED  DEPLOYED

您目前为您的操作设置了什么?

没有——我只是从教程到模拟器中的测试创建了它。我必须完成整个部署练习吗?如果没有设置任何版本,则没有要列出的版本。一旦你部署了一个项目,你应该会看到一个版本出现。那么,在你看来,查询者如何使他的操作版本可用?一旦你部署了一个项目,你应该会看到一个版本出现在列表中。直到那时,还没有版本。什么都没有——我只是从教程到模拟器中的测试创建了它。我必须完成整个部署练习吗?如果没有设置任何版本,则没有要列出的版本。一旦你部署了一个项目,你应该会看到一个版本出现。那么,在你看来,查询者如何使他的操作版本可用?一旦你部署了一个项目,你应该会看到一个版本出现在列表中。在此之前,还没有版本。