你能帮我使用 Google Workflow 吗?

问题描述

我收到错误:

"in step "readGcpadmin": {"message":"HTTP body unsupported with: 'GET'","tags":["ValueError"]}"

不知道怎么解决,下面是隐藏数据的代码:

- readGcpadmin:
call: http.get
args:
    url: https://admin.googleapis.com/admin/directory/v1/users
    #method: get
    headers:
        Authorization: "Bearer [My token]"
        Content-type: "application/json"
    #body:
        #domain: [my domain.page]
    #query:
              
    auth:
      type: OAuth2
      #scope: https://www.googleapis.com/auth/cloud-platform
    #timeout: 20        
result: teste
- returnResult:
    return: ${teste.body}

当我尝试使用终端时:

curl \
  'https://admin.googleapis.com/admin/directory/v1/users?domain=MyDomain&key=MyKey' \
  --header 'Authorization: Bearer MyToken' \
  --header 'Accept: application/json' \
  --compressed

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)