Open EMostafaAli opened 5 days ago
@EMostafaAli ,
Thanks for reporting. Let us look into the issue and we'll revert back
@EMostafaAli that looks to be correct.
The other classes that use the specific type of object (TypeVersion, TypeFolder, etc.) have that set to true
& I missed that when submitting PR #101 & just submitted the fix in PR #109:
Thanks @EMostafaAli and @tylerwarner33 for reporting and suggesting the fix
The issue has been fixed and will be released ASAP
I believe there is a bug in
ItemPayloadIncludedRelationshipsStorageData
specifically in the following line https://github.com/autodesk-platform-services/aps-sdk-net/blob/e9b599be00f6d38157adb0b8a48b060b07513494/datamanagement/source/Model/ItemPayloadIncludedRelationshipsStorageData.gen.cs#L55-L56EmitDefaultValue
should betrue
as currently the object is serialized to the following (missing the type property); which in turn causesCreateItemAsync
to fail