PhpGmailDrive, also known as PGD, is an open source software program written in PHP to share Gmail file attachments on the web. PGD is based on GmailFS, a Gmail attachment file system that uses email subjects for organization.
PhpGmailDrive is an online file sharing utility. Unlike online storage sites like Xdrive, it uses Gmail as a file hosting service. To install it, the user must copy a PHP script to a PHP-enabled web server and configure it ...
more
PhpGmailDrive, also known as PGD, is an open source software program written in PHP to share Gmail file attachments on the web. PGD is based on GmailFS, a Gmail attachment file system that uses email subjects for organization.
PhpGmailDrive is an online file sharing utility. Unlike online storage sites like Xdrive, it uses Gmail as a file hosting service. To install it, the user must copy a PHP script to a PHP-enabled web server and configure it with a specific Gmail account and password. Gmail offers more than 7 GB space, all of which can be used for file hosting. Once installed, PGD automatically connects to the Gmail server, fetches a list of attached files and arranges them in a tree view. PGD follows the GmailFS standard, so it can handle Gmail attachments uploaded by any GmailFS client. It uses the library libGmailer for its Gmail server connectivity.
PGD is dependent on Google's Gmail service. Thus, if Google's Gmail API is ever changed, functionality may be decreased or...
less