This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''''''''''''''https://adonetaccess2003.blogspot.com''''''''''''''''''' | |
Imports Google.Apis.Auth.OAuth2 | |
Imports Google.Apis.Drive.v3 | |
Imports Google.Apis.Drive.v3.Data | |
Imports Google.Apis.Services | |
Imports Google.Apis.Util.Store | |
Imports System.IO | |
Imports System.Threading | |
'Save "credentials.json" in your project directory (i.e D:\Google-Drive-example\) | |
'Refresh 'Solution explorer', show all files, include "credentials.json" into your project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Better styles for embedding GitHub Gists */ | |
.gist{font-size:13px;line-height:18px;margin-bottom:20px;width:100%} | |
.gist pre{font-family:Menlo,Monaco,'Bitstream Vera Sans Mono','Courier New',monospace !important} | |
.gist-meta{font-family:Helvetica,Arial,sans-serif;font-size:13px !important} | |
.gist-meta a{color:#26a !important;text-decoration:none} | |
.gist-meta a:hover{color:#0e4071 !important} |