Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 863 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 863 Bytes

GooglePlatform

The projects in this repository are for educational purposes. They show how to create command line apps to access Google Cloud Services.

  • ClientAuthentication. Authenticates clients, implemented as command line (aka, native) applications, and authorizes their access to Google cloud Services such as Google Storage, Google Drive and so on.
  • GoogleDriveClient. Java client command line application that accesses Google Drive service.
  • GoogleStorageClient. Java client command line application that accesses Google Storage service.
  • GoogleYoutubeClient. Java client command line application that accesses Google YouTube service.