Hello there,
I developed a personal php web app which accesses my personal dropbox every minute and checks for new images in a folder, fetches them via the PHP api and deletes the image(s) in the dropbox Folder.
To connect to the Dropbox I use the "Generated access token" which can be generated in the app console. Every now and then, the Token is gone and therefore the access is of course blocked.
This is a private project used for a wedding where a photoBooth is present and the images are saved into a Dropbox folder.
A different PC which is connected to a Projector as well as people who can't join can open the website and view the newest photos.
Unfortunately this only works for minutes/hours. Oauth is not a valid option in this case because I can't login every now and then. It should just run without attention.
Am I doing something wrong?
Thanks
Chris