Software:GDocsDrive

From HandWiki
Revision as of 18:00, 7 March 2023 by John Stpola (talk | contribs) (fixing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GDocsDrive
GDocsDrive
Developer(s)GDocsDrive
Initial releaseApril 2011
Stable release
4.0 / January 17, 2020; 4 years ago (2020-01-17)[1]
Written inC++
Operating systemWindows XP, Vista, 7, 8, 10
TypeCloud storage Software
LicenseProprietary software
Websitewww.gdocsdrive.com

GDocsDrive is a client app for Google Docs. It enables users to manage files stored in Google Docs from their desktop. The main benefit of GDocsDrive is that it allows users to modify cloud files using local applications. This enables the use of desktop software such as Microsoft Office, Adobe Suite, and others to manage online files.

GDocsDrive uses Google’s cloud storage to store files and does not have its own online storage. By default, 15 GB storage is available free of charge; however, users can extend their storage from Google[2] for an annual fee.

GDocsDrive is paid software with a price of $29.99 USD, offering a 14-day free trial.[3] Currently, only a Windows version is available.

GDocsDrive is listed on Google Apps Marketplace.[4] And, it is also available in TechCrunch CrunchBase.[5]

Features

  • Integration of Google Docs cloud with local applications
  • File sharing and converting from desktop
  • Upload/download processes in background
  • Supports all file formats
  • Search file content
  • OAuth Login and SSL encryption

Technology

GDocsDrive software is written in C++. Other libraries like Curl and OpenSSL are used for http communications. It is coded based on Google Document List API 3.0.[6]

The process for modifying Google cloud files using local applications involves 3 steps: 1. the selected file to be modified is downloaded to the local system temp folder. 2. The file is opened and modified by a proper local application. 3. The file is uploaded back to Google Docs and a new revision is added to the original online file.

GDocsDrive employs the OAuth 2.0[7] authentication method for users to log in. Therefore, users do not present their credentials to GDocsDrive, but log in through Google’s account sign in webpage. GDocsDrive uses two tokens – an access token and a refresh token- received from Google for further operations.

Gmail users and Google Apps users are both supported. 2-step verification[8] login is also supported.

GDocsDrive is only designed to be a Google Docs desktop client, not a sync tool like Dropbox or SugarSync. And although there is a "Drive" in its name, GDocsDrive does not have the drive letter mapping feature.

See also

External links

References