I have a PHP application that must send files to a Dropbox account every day. I read that I have to use refresh token offline for it to work. So I go to this url to generate the first refresh token:
https://www.dropbox.com/oauth2/authorize?token_access_type=offline&response_type=code&client_id=MYAPPCODE
It redirect me on a Log screen and when I try to log in I have the message "Please sign in with a work account."
Do I need a business account?
I read this on this subject:
If you don't have a work account and only want to authorize non-team functionality, you will need to configure your app/authorization flow without the team scopes.
So if I buy a business account it will work or their is other meen to do it?