|
Project Information
|
DropbProx Paulo Jerônimo (http://paulojeronimo.com) Last modified on Tue Mar 30 15:50:09 2010 SummaryA GAE proxy to your Dropbox account. DescriptionThe DropbProx aims to allow you to use your own domain to get files published in your Dropbox. So, after setting up your Dropbox account number at the application and publish it on Google App Engine (GAE), you will access your files in the Dropbox linking them to a more significant domain than that presented by URL http://dl.dropbox.com/u/YOURDROPBOXNUMBER. This code is a very simple reduction/adaptation of mirrorrr project (by Brett Slatkin) held specifically to achieve the goals to build a proxy for public files from a user account in the Dropbox. If you want a full (and FREE) proxy to run on GAE, use the mirrorrr! MotivationI was looking for a FREE alternative to the problem described above. That's because I canceled my account on a virtual private server (VPS), which kept my domains. So, I could not use Apache 2 as reverse proxy or his mod_rewrite as a solution to this problem. With just a few searches on Google, I found a proxy written in Python (and able to run on GAE). Thus, I adapted his code to suit my needs. Installation
Use
|