본문 바로가기
IT개발

google driver

by xground 2020. 1. 13.
반응형

구글 드라이브 연결

https://developers.google.com/drive/api/v3/about-sdk

 

Introduction to Google Drive API  |  Google Developers

The Drive REST API lets you create web apps that access files stored in Google Drive.

developers.google.com

 

 

구글 드라이브 api로 할 수 있는 것

- 파일 다운로드, 업로드 할 수 있다.

- 파일 검색

- 파일 공유

- 다른 저장소의 바로가기

- 애플리케이션별 데이터 저장소를 만든다

- 구글 드라이브 UI와 통합

 

참고 api 

https://github.com/gsuitedevs/android-samples/tree/master/drive/deprecation

 

gsuitedevs/android-samples

Android samples for G Suite products. Contribute to gsuitedevs/android-samples development by creating an account on GitHub.

github.com

 

참고

https://parkho79.tistory.com/95

 

Google Drive REST API v3 for Android (1)

이번 포스팅에서는 구글 드라이브를 안드로이드에 연동하는 방법을 알아보자. 현재 최신인 Google Drive REST API v3 을 이용한다. REST API v3 기존 Google Play services SDK 를 통해 접근 했던 Google Drive An..

parkho79.tistory.com

https://parkho79.tistory.com/98

 

Google Drive REST API v3 for Android (2)

지난 포스팅에서는 Google Drive 연동을 위한 설정에 대해 다뤘다. 이번에는 실제 샘플을 이용해서 Google Drive 연동이 정상 동작 하는지 확인해보자. [Android] - Google Drive REST API v3 for Android (1) Goo..

parkho79.tistory.com

https://console.developers.google.com/

 

Google Cloud Platform

하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요.

accounts.google.com

 

반응형

댓글