After I set up my app at DropBox, I did a call from my database application to:
the /oauth2/authorize endpoint
with my client ID and redirect URI as parameters. I got the response:
302 Found\r\nThe resource was found at /e/oauth2/authorize?client_id=XXXXXXX&redirect_uri=https%3A%2F%2Fapi.intellexcorp.com&response_type=code;\r\nyou should be redirected automatically.\r\n\r\n\r\n
Nothing was redirected. There was no connection received at the redirect URI. Why not?
Randy Kaempen