gpt4 book ai didi

rest - 如何使用查询参数为 Google API 构建 URL

转载 作者:行者123 更新时间:2023-12-05 04:22:46 25 4
gpt4 key购买 nike

我正在尝试构造一个 URL 以使用 GET 方法请求:

https://dataform.googleapis.com/v1beta1/{workspace=projects/*/locations/*/repositories/*/workspaces/*}:readFile

https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories.workspaces/readFile#query-parameters

我有但没用的:

https://dataform.googleapis.com/v1beta1/{workspace=projects/my-project/locations/europe-west4/repositories/my-repo/workspaces/my-workspace}:readFile

现在我不知道如何放入query参数path

我尝试在上述 URL 和 path 的末尾添加 ;path=my_file%2Ejson?path=my_file%2Ejson > 是 my_file 位于 my-repo

的根目录

我的问题是:这是否是执行此操作的正确方法以及如何正确执行此操作?

最佳答案

这是在您的案例中设置路径的正确查询语法:

https://dataform.googleapis.com/v1beta1/projects/MY_GCP_PROJECT/locations/europe-west4/repositories/REPOSITORY_NAME/workspaces/MY_WORKSPACE:readFile?path=my_file.json

因此它可以在没有大括号和“workspace=”的情况下工作。

关于rest - 如何使用查询参数为 Google API 构建 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73891555/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com