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 tried the same example shown here but using the planiObject API:
scopedPlainClient.asset.createFromFiles({environmentId:"master"},{fields: {title: {'en-US': 'Asset title'},description: {'en-US': 'Asset description'},file: {'en-US': {contentType: 'image/svg+xml',fileName: 'circle.svg',file: '<svg><path fill="red" d="M50 50h150v50H50z"/></svg>'}}}})butthesvgdoesn't get processed on contentful and it keep saying loading.
Soisthisabug.oramIdoingsomethingwrong ?
The text was updated successfully, but these errors were encountered:
3aluw
changed the title
createFromFiles doesn't work properly with plainObjects (or I couldn't figure it out)
assete.createFromFiles doesn't work properly with plainObjects (or I couldn't figure it out)
Sep 7, 2023
3aluw
changed the title
assete.createFromFiles doesn't work properly with plainObjects (or I couldn't figure it out)
asset.createFromFiles doesn't work properly with plainObjects (or I couldn't figure it out)
Sep 7, 2023
I tried the same example shown here but using the planiObject API:
The text was updated successfully, but these errors were encountered: