How to access Google Drive using C# MVC - 'Google Drive API' Authentication process

preview_player
Показать описание
#Google Console
#How to fetch the files from google drive using "Google Drive API"
"#OAuth Consent Screen" Process Wizard
#Credentials in Google Console

In this video, I am explaining how to create Project, App in Google Console.
Why "Authorized redirect URIs" is required
Рекомендации по теме
Комментарии
Автор

Good video, please upload second part also 🙏

abhishekmor
Автор

Hello, thank you for your initial video. Can you provide the next one?

ThemisTheotokatos
Автор

Is it possible for you to make another video for using google home graph api?

ajayrathi
Автор

Can you build same in Winforms application

rushikeshdeshmukh
Автор

string path_ = Path.Combine(Pall.RootPath, "2.json");
var Credential =
var service = new DriveService(new
{
HttpClientInitializer = Credential
});

This service account work good in windows app but not work in android app
The aim is collect some data from user to drive which can another user see it
Please help me

PrintCodeHGH
Автор

How to view google docs in c# application?

debjyotibanerjee
Автор

"Error creating credential from JSON or JSON parameters. Unrecognized credential type ."

glebbsif
visit shbcf.ru