Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when testing #9

Open
AchileB3 opened this issue Nov 12, 2020 · 2 comments
Open

Error when testing #9

AchileB3 opened this issue Nov 12, 2020 · 2 comments

Comments

@AchileB3
Copy link

Hello, i am having this error on command line when i execute the example in the read me.
Exception in thread "main" javax.ws.rs.ForbiddenException: HTTP 403 Forbidden
at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:942)
at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:784)
at org.glassfish.jersey.client.JerseyInvocation.access$500(JerseyInvocation.java:91)
at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:672)
at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
at org.glassfish.jersey.internal.Errors.process(Errors.java:228)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:424)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:668)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:424)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.aioobe.cloudconvert.CloudConvertService.startProcess(CloudConvertService.java:34)
at org.intelligentsia.monitoring.svfe.atm.controllers.Test.main(Test.java:22)

@aioobe
Copy link
Owner

aioobe commented Nov 12, 2020

Did you replace <api key> with a valid API key?

@AchileB3
Copy link
Author

Thanks for replying. Yes i did. The problem seems to be on api, because i changed to API V1 and i finaly performed the conversion. Now my question is, how can generate a valid key for API V2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants