Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 825 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 825 Bytes

drivemarks

Drivemarks is a bookmarklet that helps you to store your bookmarks on Google Drive. It enables you to manage, search, share your bookmarks the way you manage your regular files and use Google Drive to launch your bookmarks.

Note: This sample application is no longer hosted, and is left up for educational purposes.

Drivemarks runs on Google App Engine. In order to fork a drivemarks app engine instance, follow the instructions below:

  • Fork the repo: $ clone [email protected]:googledrive/drivemarks.git
  • Edit war\WEB-INF\client_credentials.json with your credentials created on the API Console.
  • Enable Drive API and SDK under the Services tab on the API Console.
  • Edit details for your app on Drive SDK section on the API Console.
  • Run, test and deploy!