I would like to implement a web-app with the following workflow:
- The user logs-in
- The user then selects one or multiple folders out of their Google-Drive
- From this moment on, the folder/s are synced on the server
- This happens continuously whether-or-not the user is actually on the application
Please note the following:
- I'd much rather have this work on Google-Drive, but Dropbox or any other service will also do.
- I don't mind the user having to paste a 'Shared URL' for the folder rather than choosing, however, I would like to avoid CRON if at all possible.
How do I go about it? Thanks in advance