Quantcast
Channel: How To Use Google Drive API Without OAuth Using Nodejs? - Stack Overflow
Viewing all articles
Browse latest Browse all 2

How To Use Google Drive API Without OAuth Using Nodejs?

$
0
0

After searching stackoverflow, blogs, YouTube, Google Drive API doc, e.t.c, most of the examples show how to use the Drive API using OAuth.

I want to build a Nodejs application where the Nodejs Server will create Spreadsheets on Google Drive only when new users create an account in my application. The spreadsheet will then be available to the application admin.

This is a server side process so there is no need for the OAuth Consent screen e.t.c

Is there not a way to use the Drive API with just API keys and REST URL’s

The Google Doc link below has examples of using just REST URL’s to interact with the Drive API.

https://developers.google.com/drive/api/v3/reference/files/create

The Google Docs is vague on how to use the Drive API with just API keys and REST URL’s in the link above as the examples use REST URL’s to create files e.t.c


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles



Latest Images