Does anyone have a script example of creating a folder in Dropbox?
Also - Does the user have to be logged into Dropbox in a browser or where are they logged in? Using the token generated here: Dropbox API Explorer it does not log the user into their account.
If I have Dropbox credentials, shouldn't I enter them somewhere in the script?
I can't seem to get it working...
Thanks,
Jeff
Dropbox uses a Application Token which you create when logged into your account.
See this https://www.dropbox.com/developers/apps to add an app to generate token.
See this link for a demo file. FileMaker Dropbox Integration Demo File