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

Creating 'AppPackage' throws APIException with Error code 500 #8

Open
MadhukarMoogala opened this issue Sep 15, 2017 · 0 comments
Open

Comments

@MadhukarMoogala
Copy link

Facing issue to create AppPackage. Please refer to attached file

AutoCADioTest.java
package.zip

We are getting APIexception with error code 500, "An error has occurred."

We also faced issue in getUploadUrlWithRequireContentType();
(Same is true for getUploadUrl() method)

 return apiClient.invokeAPI method we had to pass localVarReturnType as following
    GenericType<String> localVarReturnType = new GenericType<String>() {}; 
  Else it returns null body.

After making these changes we were wble to get url in response body.

We are currently getting it as string and parsing for url, but we will change it to json

Please let us know whether this is correct or there is any alternate way.

JavaApiQuery.zip

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

1 participant