A
A
AlexStolman2015-05-24 16:01:49
PHP
AlexStolman, 2015-05-24 16:01:49

Is it possible to upload files from server to google drive from their api without OAuth 2.0?

It turned out to understand their api is not a simple matter. It's like they don't want to be used.
Suggest an article or a way to do it along the path of least resistance and if possible not to use additional things that need to be installed on the server.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ivanov, 2015-08-09
@AlexStolman

AlexStolman ,
All requests to the Google Drive API must be authorized by an authenticated user. Google Drive uses the OAuth 2.0 protocol for authenticating a Google account and authorizing access to user data. You can also use OAuth 2.0 or Google+ Sign-in to provide a "sign-in with Google" authentication method for your app #REF
Therefore, there is only one output PHP Quickstart .
An easy option might be to find an application or extension (how is it in PHP?) of your framework (or do you have it all by hand?) to work with Drive.
Sincerely.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question