Google Drive / Facebook / Dropbox - Upload file from My Website - asp.net

So I have Mywebsite (ex. MyWeb.Com)
(ASP MVC )
And Users Can upload their photo to my site. Now I want after upload give options upload to Google Drive/Dropbox/Facebook . But user need Login for it.
I not have idea how do it. How make Login forms on my web, and how send files to their account
P.S - Sorry for my English
Please give me some tips.
Thank you

for Google Drive you can use simply use JavaScript please go through below link
Run a Drive app in JavaScript

Related

A way to send files to Google Drive from Wordpress?

How can I send files uploaded on my Wordpress page to Google Drive?
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.

upload video to youtube using a simple ASP.NET application and oAuth 2.0

I've been reading plenty of here and there examples on how to use the Gdata API to upload a video file to youtube, but none are crystal clear.
Is there a simple clear example on how to do this?
Basically I have an asp.net page, with a login to youtube link, when the user clicks the link he will be prompted to enter his credentials. After successful login, he will be redirected to the asp.net page where he selects his video file and uploads it to youtube.
GData was turned off 3 weeks ago. You have to use the data api v3. Here's some example code:
https://developers.google.com/youtube/v3/code_samples/dotnet#upload_a_video

can we use google drive functionality in asp.net website?

I want to use google drive functionality in my website, like user can view, download and upload their google drive content after providing login credentials using my website.
Is this functionality possible? Feel free to correct me if i'm wrong.
You can embed google drive functionality in your website. For that google provides google drive api. For CMS like Joomla can be used for embedding it into your webpage. Here is one link which lists the steps for plugging in the Google drive api into your webpage:
https://docs.google.com/presentation/d/1KBFyPhCbDVwT1PZG8mmjWIsB2nBMvOfoVr8_VOSIoGE/edit?pli=1#slide=id.gf0ec6a4_0_114
Thanks
Using Google Drive SDK for .NET, file-explorer could be developed which can connect Google Drive for saving and retrieving changes. Read start-up guide here and try hands-on DrEdit Web Application example which clearly demonstrates how to implement the same.

Google Docs with asp.net

I need to edit word documents/spreedsheets like it happens in Google docs . Can i integrate Google docs into my asp.net application ?
Is it possible for me to save this edited document on to my server instead of saving it at the google account ?
Thanks,
Francis
Can i integrate Google docs into my asp.net application ?
Google provide API documentation
Is it possible for me to save this edited document on to my server
Yes, see get
instead of saving it at the google account ?
You can't let people use the Google Docs WYSIWYG editors and save to your system directly. They'd have to save to their Google account and then you could download the file.

How to include youtube login in an asp.net page?

I want to include a youtube login system just like facebook has "login with facebook". I searched the api but couldn't find anything. Can someone guide me through or post link to any tutorial on how to do that. Actually, our website gives the option to upload youtube videos(video's html embed code), but to verify that the uploader is actually the original uploader and is not uploading someone else video, we want that he login the website using youtube login and then we verify that the uploader's name and the video's uploader name are same. I have got no ideas on how to do this, can someone point me to the right direction on how to get started?
Youtube uses Google accounts, so you actually want a "Log in using Google". There are some docs at https://developers.google.com/accounts/.

Resources