Skip to content

rrozaq/Golang-GoogleDriveAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Drive API

this is simple implementation for API google drive using golang

How to use

Run project

go run cmd/api/main.go

or can you run using air, but make sure install library air https://github.com/cosmtrek/air

air
  • now you can start by calling the auth api
Login using oauth2:
Method: GET
URL: {{ _.base_url }}/api/auth

GET ALL FILE:
Method: GET
URL: {{ _.base_url }}/api/file

GET ALL FILE:
Method: POST
URL: {{ _.base_url }}/api/upload
BODY FORM: file
KEY FORM: file

maybe can you create PR to cleancode or fixing bug and other thanktou.

About

Google Drive API is used for get all file and upload file, write using golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages