Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this questionI am currently working on a WordPress website which has almost the same functionality as YouTube(log in, upload videos, create channels etc..). My requirement is,
When a new user is logged in and uploads a video(from an HTML form), then the video has to be saved in the admin's google drive account. Then the URL or embedded code of that uploaded video has to save in the site's backend as a post meta data.
How can I accomplish this using google drive api?
Thanks in advance.
EDIT: The upload video form is a simple HTML form that contains a file upload field for video and a submit button. I'm currently saving these details as a blog post and the video is uploaded to the media library.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744922651a4601228.html
评论列表(0条)