gpt4 book ai didi

credentials - Java QuickStart for Classroom API 上的 java.io.FileNotFoundException : Resource not found:/credentials. json

转载 作者:行者123 更新时间:2023-12-04 14:16:55 26 4
gpt4 key购买 nike

我已经为 Classroom API 实现了 Java QuickStart,但在运行时收到错误消息“java.io.FileNotFoundException:未找到资源:/credentials.json”。我将我的 credentials.json 文件复制到项目 res 目录,但继续出现此错误。有什么建议吗?

最佳答案

我尝试了一种与在其他网站上发现的不同的方式,它对我有用。

替换下面的代码:

InputStream in = GoogleSheetAPIHandler.class.getClass().getResourceAsStream(CREDENTIALS_FILE_PATH);

使用这段代码:

InputStream in = new FileInputStream(CREDENTIALS_FILE_PATH);

关于credentials - Java QuickStart for Classroom API 上的 java.io.FileNotFoundException : Resource not found:/credentials. json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59292883/

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