0

I want to read/write some content to Google Drive Programmatically from a ASP.NET MVC Application. Here i want to use Email ID and Password as hot coded instead of navigating user to authentication page.

I looked at some examples, all are redirecting user to Google authentication page. But My requirement is to use a fixed Google user account.

Kartheek
  • 281
  • 1
  • 6
  • 21

1 Answers1

0

You can no longer use username/password for authentication. Just let go of it.

You can use the steps in the answer here How do I authorise an app (web or installed) without user intervention? (canonical ?) to achieve what you are looking for

Community
  • 1
  • 1
pinoyyid
  • 21,499
  • 14
  • 64
  • 115