Callback request body has no parameters in custom app with box integration
I'm creating a custom app and trying to do a box integration, but my application server receives callback http requests with empty body from box server.
- Created a custom box app and configured Integrations including callbacks and callback parameters.
- Created an original application server that receives callbacks using Node.js.
- The new box app has appeared at a context menu in Box preview.
- Clicking the icon sent a callback https request to my application server.
- However, according to the server log , the request body is empty. So, there are no auth_code, file_id, etc.
What could be the reason why the callback request body is empty?
Please sign in to leave a comment.
Comments
1 comment