Have anybody integrated DropBox with the ServiceNow.
Please share the steps or any link available, how we can integrate ServiceNow with its outbound REST API configuration feature.
Hi Jane,
Thanks for the response.
We want any attachment added at ServiceNow side to be visible at dropbox and vice versa. We are planning to achieve this using HTTP methods.
We are trying to test the oAuth2, however we not able to get the access token. Here I’m attaching the error while connecting to end point via postman.
Can you please help us to resolve the issue. We where facing similar issue on service now side as well, when we tried to get access token.
@rameshram68 Based on the screenshots you provided, you're attempting to use an incorrect token URL. You can find the documentation for our OAuth 2 implementation here.
The correct token URL is "https://api.dropboxapi.com/oauth2/token", which is documented here.