Hello,
I'm new to this and I try to set up a proper environment for future work.
I simply followed the instructions here:
https://www.youtube.com/watch?v=80KOeuCNc0cTo play around with the API I set up a test account and I try to do my first API Call.
When I execute
ads.properties to get the URL - for later get a refresh-token I always get the following Errors:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
GoogleClientSecrets cannot be resolved to a type
GoogleClientSecretsBuilder cannot be resolved to a type
Api cannot be resolved to a variable
ValidationException cannot be resolved to a type
Credential cannot be resolved to a type
at adwords.axis.auth.GetRefreshToken.main(GetRefreshToken.java:106)
What could cause this problem and how can I solve it?
Thank you and best reagrds