Skip to content

kirinchen/google-drive-angular-example

Repository files navigation

Google Drive API V3 與 Angluar 整合範例

大致的功能如下

  • 登入/登出
  • 顯示列表By File Tyoe demo-list.jpg
  • read 檔案內容 demo-filebody.jpg
  1. 如何申請Google Drive 開發者金鑰和Oauth
  2. 下載專案與專案設定
  3. Run Server

如何申請Google Drive 開發者金鑰和Oauth

創建API Key

1.先到 Google雲端後台 . https://console.developers.google.com/apis/dashboard

2.請先選擇一個專案 (如果沒有請按建立) accept.jpg

3.啟用API,

  • 資料庫 >
  • 搜尋 : Google Drive API
  • 啟用 Google Drive API
  1. 先到憑證,並建立API KEY accept.jpg accept.jpg certificatedone.jpg

5.再到 Google雲端後台 . Google Cloud Platform Console 並選則憑證 go-cert-page.jpg

這邊可以看之前申請的Key,也可以複製金鑰

建立OAuth 2.0 用戶端 ID

  1. 建立OAuth 同意畫面填入基本資料即可 certificatedone.jpg

  2. 選擇建立OAuth 2.0 用戶端 ID certificatedone.jpg

下載專案與專案設定

  1. 下載 https://github.com/kirinchen/google-drive-angular.git 或者 git clone https://github.com/kirinchen/google-drive-angular.git
  2. cd 到 [root ]] 專案下/
  3. run npm install
  4. 修改 [root]/src/environments/environment.ts
export const environment = {
  production: false,
  clientId: '{OAuth 2.0 用戶端 ID}',
  apiKey: '{API KEY}'
};

Run server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Dev

Main Logic is src/app/auth/auth.component.ts

About

integration Google Drive V3 Api and Angular10 to login logout , ready file content , list files by type

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published