Skip to main content

Handle signed upload from react-native

Comments

1 comment

  • Roee Ben Ari

    Hi Niccolo, 

    Thanks for the feedback regarding the missing examples. This was raised before and we already have an open request for our docs team to add more examples. I'll re-emphasize internally the importance of such docs. 

    Below you can find an example of signed upload using js (chunked) - 
    https://jsfiddle.net/roee_ba/qptrcg1m/

    You can also refer to this thread, which also has the server-side covered (note that the code was generated by one of our users and not by us).

    Another option would be to use the Upload Widget for signed uploads. Here's an example - https://jsfiddle.net/roee_ba/21mu6ndr/

    Note that the 'API_Key', unlike the 'API_Secret' which is used for our backend API methods, can be safely shared on the client-side. 

    1

Post is closed for comments.