David Yardy Jacobs PPS
David Yardy Jacobs PPS
I am running into out of memory exceptions with the following call. Have others experienced the same issue? Is there a work around? I am 1.9.7 SDK (Nuget) for forge...
The github source version says 1.9.0 https://github.com/Autodesk-Forge/forge-api-dotnet-client Which is correct?
I am follow code sample on https://github.com/Autodesk-Forge/forge-api-dotnet-client/blob/master/docs/DerivativesApi.md#getmetadata ``` try { Metadata result = apiInstance.GetMetadata(urn, acceptEncoding); Debug.WriteLine(result); } catch (Exception e) { Debug.Print("Exception when calling DerivativesApi.GetMetadata: " + e.Message ); }...