You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to create assets with certain tags and I couldn't get it to work. The SDK would always strip the metadata key from the dictionary.
According to the documentation, it should be possible to send metadata when creating an asset.
From my limited knowledge of the sdk and a short debug session, the issue seems to be with this method.
Is there a reason for stripping everything, including metadata, except fields?
I would offer to create a pull request but I'm not quite sure how to test this properly with the tooling from the sdk.
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to create assets with certain tags and I couldn't get it to work. The SDK would always strip the metadata key from the dictionary.
According to the documentation, it should be possible to send metadata when creating an asset.
From my limited knowledge of the sdk and a short debug session, the issue seems to be with this method.
Is there a reason for stripping everything, including
metadata
, exceptfields
?I would offer to create a pull request but I'm not quite sure how to test this properly with the tooling from the sdk.
The text was updated successfully, but these errors were encountered: