I am trying to create a smooth file sharing solution with custom file presentation (logos, etc.).
My ideal would be to put the files in the Dropbox folder, and then have the web page on a separate server, access these files through javascript and display a list of them related to the actual files.
The requirement is that the end user does not have to authenticate with acocunt to delete files in order to access the files. I would prefer to use a shared folder or use files from another account.
Is there a way to support an auth-session server session, something like a persistent sessionID or something like that?
source share