How can I send files uploaded on my Wordpress page to Google Drive?
Asked
Active
Viewed 399 times
1 Answers
1
You need to write a authentication with the google drive api, and go from there. This is not an easy thing to explain here.
The process of sending a file to drive is explained in this topic, although this is a plain php solution.
Google Drive PHP API - Simple File Upload
You need to hook this into some WordPress action to actually send an upload to Drive.

Jurgen Oldenburg
- 179
- 6