Skip to main content
Solved

Authenticating Dropbox Web Connection to FME Server?

  • July 27, 2017
  • 1 reply
  • 86 views

Hello,

I am trying to authorize a web connection to my Dropbox account on FME Server so that a file can be incrementally uploaded.

In the Dropbox Developer portal, I created an app where I got my client id and client secret. As for my Redirect URI, I tried using http since my server is behind my network’s firewall, but it only let me use https. In my FME Server’s Web Connections, I updated my client information to match what my Dropbox app had. When I tried to authorize it, I got an error saying the site could not be reached.

Is it because my URI is incorrect, and/or if there are other configurations that need to be done?

My colleague mentioned that maybe we have to make the server public. I am not sure.

Thanks!

Best answer by gerhardatsafe

Hi @nichole,

Dropbox indeed requires the host of the redirect URI to use the https protocol. You can achieve this by configuring FME Server for SSL. FME Server does not need to be publicly accessible.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img

Hi @nichole,

Dropbox indeed requires the host of the redirect URI to use the https protocol. You can achieve this by configuring FME Server for SSL. FME Server does not need to be publicly accessible.