-
Getting started - adding users to my app
I have just created a Dropbox app to allow users to save a file from my FileMaker app to a folder (created by the Dropbox app) on their personal Dropbox. It worked great for me (I'm very excited!), now I need to be able to let a few others try it for testing. I am trying to add these users from the App Console, but the…
-
Got a token, but still no go on uploading
I am using a webviewer (a control object on a FileMaker layout that acts like a browser) in my FileMaker solution to allow my users to interact with Dropbox and my app. I'm not sure if the problems I'm having are related to me being the app owner and then trying to act as another user, so I am describing everything here…
-
Getting started - authorizing
My app id is (for example) xxxxxxxxxxx Why doesn't this URL, pasted into my browser, take me to the page to let me authorize my app? https://www.dropbox.com/oauth2/authorize?client_id = xxxxxxxxxxx am I missing quotes? I tried this as well: https://www.dropbox.com/oauth2/authorize?client_id = "xxxxxxxxxxx" I know I am…