You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

ytechie's avatar
ytechie
New member | Level 2
9 years ago

Byte order marks on challenge response

I set up a Node.js server to respond to the API challange request for a webhook. I can't seem to get it to accept the challenge. I can't tell if it's appending byte order marks, or if Node.js is secr...
  • ytechie's avatar
    ytechie
    9 years ago

    It was an issue specific to Azure Functions. The fix was to use a content type of "application/octet-stream".

     

    Here is code that I confirmed works with dropbox:

    res = {
                body: challenge,
                headers: {
                    'Content-Type': 'application/octet-stream'
                }
            };

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,920 PostsLatest Activity: 3 hours ago
334 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!