gpt4 book ai didi

java - Gitkit Java - 更新照片 URL

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

我的目标是为现有用户的个人资料图片设置 URL。我在 App Engine 上使用 Google Identity Toolkit Java 库。下面是我的代码:

GitkitUser u = gitkitClient.getUserByLocalId(localId);
u.setPhotoUrl(profilePictureURL);
gitkitClient.updateUser(u);

其中 gitkitClient' 是我的 GitKit 客户端,已使用正确的参数进行初始化,localId' 是我要更新的用户的 ID。

此代码会导致以下异常:

org.json.JSONException: JSONObject["localId"] not found.

很难找到该库的文档。如果有人可以建议我在那里缺少什么,我会很高兴。

最佳答案

感谢您报告该错误。一两天内就会修复。

[更新]已修复。我手动测试并验证。另请使用最新版本的 java 库。您可以通过 here 获取或从 Maven 更新。

关于java - Gitkit Java - 更新照片 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36665417/

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