Hi there,
I’ve actually been trying to build an HTTP request in Postman first before throwing it into a Drafts action. The component parts are:
URL: https://api.dropboxapi.com/2/paper/docs/create?
Headers:
Content-Type: application/octet-stream
Dropbox-API-ARG: {“input_format”: “markdown”}
Authorization: Bearer
Title:
Body:
I’m seeing various 500 errors and errors asking about my invalid JSON. I’m modulating between using a Body field and leaving it blank, mostly because Dropbox’s API docs don’t explicitly state how to formulate body content, only that it’s allowed in the POST request.
Thanks for your time on this!