Skip to content

se0kjun/google-drive-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#google-drive-sample

This project is implemented by Google Drive API for C#.

##Installation

git clone https://github.com/se0kjun/google-drive-sample.git

You have to install Google Drive API for dotnet using nuget package console.

PM> Install-Package Google.Apis.Drive.v3

And then you have to create or select a project in the Google Developers Console and turn on the API. After turn on the API, you can get credential file. reference Step1

After download JSON file

  1. rename to google_secret.json
  2. create credentials directory under the google-drive-sample
  3. move google_secret.json to google-drive-sample/credentials

##Features

##Description

This sample is the File Explorer for Google Drive.

About

google drive API sample for dotnet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages