gpt4 book ai didi

google-app-engine - 数据流作业内的默认数据存储实例

转载 作者:行者123 更新时间:2023-12-02 17:45:03 25 4
gpt4 key购买 nike

我正在尝试在数据流作业中调用 Google 数据存储,但我得到了空实例

datastore = DatastoreOptions.getDefaultInstance().getService();

最佳答案

这可能是一个凭据问题。你能试试这个吗,

Credentials credentials = context.getPipelineOptions().as(GcpOptions.class).getGcpCredential();

Datastore datastore = DatastoreOptions.newBuilder().setCredentials(credentials).build().getService();

关于google-app-engine - 数据流作业内的默认数据存储实例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40762302/

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