I have an issue with Gmail API.
I did everything the same as is described in the following link: https://developers.google.com/gmail/api/quickstart/java#prerequisites
I'm using Windows 8.
Error:
Exception in thread "main" java.io.FileNotFoundException: Resource not found: /credentials.json
at GmailQuickstart.getCredentials(GmailQuickstart.java:46)
at GmailQuickstart.main(GmailQuickstart.java:63)
I already tried the solution from this link but it doesn't fix the problem: java.io.FileNotFoundException: Resource not found: /credentials.json on Java QuickStart for Classroom API