cloudconvert icon indicating copy to clipboard operation
cloudconvert copied to clipboard

Error when testing

Open AchileB3 opened this issue 4 years ago • 2 comments

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)

AchileB3 avatar Nov 12 '20 10:11 AchileB3

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

aioobe avatar Nov 12 '20 11:11 aioobe

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?

AchileB3 avatar Nov 12 '20 14:11 AchileB3