Hi guys,
My company uploads images daily and needs an automated image resizer running 24/7. I'm getting stuck on building this functionality via Dropbox's webhook. My idea is to host a web server that will receive a notification whenever somebody uploads an image and resize them in the back end. My problem is I can't seem to find a way to let the app stay on all the time without needing to refresh the token. Please point me in the right direction since I don't even know if this is even a doable idea. How do I connect my app so that it will always be ready to make changes in dropbox?
Thank you.