forge-api-java-client
forge-api-java-client copied to clipboard
Forge Java SDK: Provides Java SDK to help you easily integrate Forge REST APIs into the application
Ticket raised from StackOverflow question (https://stackoverflow.com/questions/66137061/derivatives-api-java-client-role-enums) There are currently issues when calling `/modelderivative/v2/designdata/{urn}/metadata` during a PDF upload. The request object cannot be mapped into the Manifest response due to errors...
I have a couple of IFC files which are around 80MB each I tried using both US and EMEA services(Data Management and Model Derivative) but what I experience is to...
Hi. I'm trying to use ObjectsApi.uploadChunk but I think there are one problem: in the signature it seems to need the whole file `public ApiResponse uploadChunk(String bucketKey, String objectName, Integer...
We are using go and wanted to have similar go client ? Not sure where to open the issue so just putting it here for visibility and right direction please...
It seems like #28 (comment). and I see it's merged, but I didn't find any maven releases > 1.0.3 I know that not published yet maven, Is there any update...
Hi everyone, in translating a revit file I got this exception om.sun.jersey.api.client.ClientHandlerException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_ARRAY token at [Source: (GZIPInputStream); line: 1, column: 1590] (through...
Calling Advanced ExtractGeomerty throws exception in attachment [exception.txt](https://github.com/Autodesk-Forge/forge-api-java-client/files/1579407/exception.txt) By exception and sample [here ](https://developer.autodesk.com/en/docs/model-derivative/v2/tutorials/extract-geometry-from-source-file/), it seems `JobObjOutputPayloadAdvanced.objectIds` should be `List`, while it is `List`. So HTTP request body will be...
I am using the following code to get the manifest from a successful job ApiResponse manifest = derivativesApi.getManifest(urnOfSuccessfulJob, null, oauth2TwoLegged, twoLeggedCredentials); Manifest data = manifest.getData(); The response does not contain...
# 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...
Updated the authentication flow for OAuth2TwoLegged to the v2 token endpoint Version bump to 1.0.4