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
Hi, thanks for this repo is awesome. I have a problem when I try to create a card and attach a image, in my frontend I convert an image to Base64 and send with the other information to the backend and there I set this to fileSource parameter. The problem is that I get as response an error saying that its not a file. I saw the documentation from Trello and they add files in base64 encoding to this parameter
how I could handle this in this repo, could you help me?
The text was updated successfully, but these errors were encountered:
Hi, thanks for this repo is awesome. I have a problem when I try to create a card and attach a image, in my frontend I convert an image to Base64 and send with the other information to the backend and there I set this to fileSource parameter. The problem is that I get as response an error saying that its not a file. I saw the documentation from Trello and they add files in base64 encoding to this parameter
how I could handle this in this repo, could you help me?
The text was updated successfully, but these errors were encountered: