找不到资源 /credentials.json
Resource not found /credentials.json
我的 Gmail 有问题 API。
我按照下面的描述做了所有的事情link:https://developers.google.com/gmail/api/quickstart/java#prerequisites
我正在使用 Windows 8.
错误:
Exception in thread "main" java.io.FileNotFoundException: Resource not found: /credentials.json
at GmailQuickstart.getCredentials(GmailQuickstart.java:46)
at GmailQuickstart.main(GmailQuickstart.java:63)
我已经尝试过这个 link 的解决方案,但它没有解决问题:java.io.FileNotFoundException: Resource not found: /credentials.json on Java QuickStart for Classroom API
在您的代码中使用路径 src/main/java src/main/resources/credentials.json 而不是 /credentials.json
我的 Gmail 有问题 API。
我按照下面的描述做了所有的事情link:https://developers.google.com/gmail/api/quickstart/java#prerequisites
我正在使用 Windows 8.
错误:
Exception in thread "main" java.io.FileNotFoundException: Resource not found: /credentials.json
at GmailQuickstart.getCredentials(GmailQuickstart.java:46)
at GmailQuickstart.main(GmailQuickstart.java:63)
我已经尝试过这个 link 的解决方案,但它没有解决问题:java.io.FileNotFoundException: Resource not found: /credentials.json on Java QuickStart for Classroom API
在您的代码中使用路径 src/main/java src/main/resources/credentials.json 而不是 /credentials.json