File Uploads via Dropbox Api V2
问题 Previously I was using the Dropbox API V1 within my web app to upload files my dropbox account. Please note that the app uses only one dropbox account (mine) to upload files. So Previously: I created an app on the dropbox developers console Generated my token from the developers console Hard coded that token into my server to upload all file to a specific folder within my Dropbox. This worked perfectly before but as the dropbox API v1 has been deprecated it does not work anymore. Dropbox V1