Get files from Google Drive SDK using C# .NET -
i'm doing application access google drive , file web application. i'm doing in c# .net 4. how this? thanks
please follow c# quickstart start project. guide set authentication. then, use files.get() retrieve metadata of file has downloadurl download content of file. sample code of retrieving metadata , downloading content available in c# in documentation files.get().
Comments
Post a Comment