Skip to content

Google drive access using Xamarin.GooglePlayService.Drive

Notifications You must be signed in to change notification settings

Kimserey/GDrivePrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Drive access using Xamarin.Android and Xamarin.GooglePlayService.Drive component

Google Drive access using Xamarin.Android and Xamarin.GooglePlayService.Drive component

Before starting, make sure that you have performed the following steps:

  1. Enable Google Drive on the Google API developer console.

  2. Create credentials using the package name and SHA-1 signature

     - For debug, the SHA-1 must be taken from the debug keystore used by Xamarin to sign the app
       keytool -list -v -keystore ~/.local/share/Xamarin/Mono\ for\ Android/debug.keystore -alias androiddebugkey -storepass android -keypass android
       
     - For release, the SHA-1 must be taken from the keystore used to sign the app
    

Useful links

About

Google drive access using Xamarin.GooglePlayService.Drive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages