Content Upload not Working !

Options

Hey guys,

Can't figure out what I'm doing wrong... I built a very simple image uploader via API but seems to be failing ...


Please see the following video:



Best Answer

  • Chris Coleman
    Chris Coleman Administrator

    ADMIN

    Answer ✓
    Options

    Hey, Derrick! The issue is that you are specifying a value for the "image" input. The image input type is actually expecting an entire set of image metadata, like this:

    Once you remove the value from your "image" test data, this should function as expected.


Answers