-1

I have enabled Google Drive API on Google Developer Console and created a service account credential which is bundled with a service account ID and key ID. Despite that I have tried various ways to manage my own Google Drive account, I could not find a solution which fits for my aim. I need to upload, download and delete the files stored in my own Google Drive. The application that I am going to connect Google Drive is a console one which will be solely used for an academic research.

talha06
  • 6,206
  • 21
  • 92
  • 147

1 Answers1

0

it's pretty simple. The steps to achieve this are at How do I authorise an app (web or installed) without user intervention? (canonical ?)

Be careful about how securely the refresh token is being stored and what scopes you grant to the app.

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