Click here to Skip to main content
15,908,906 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get list of files on Google drive in ASP.NET application?

I have a code that works on C# .Net WINFORM application ,
I tired to shift it to an ASP.NET application (As it is necessary)
to do this I have done,
1.Created a website Client_ID , Secrete & Auth. URL on google>Console>api(as it is need diff. for web application)
2.Correctly used the credentials above in my code
I am having problem at hitting the authentication url for the 1st time
(Though it worked for WINFORMS)

please help me 'code warriors' to defeat this !!!!

-Thanks
Posted

1 solution

you can use Google Drive as the storage solution for your application, check the Google Drive SDK:
https://developers.google.com/drive/[^]

How to do it using .NET ?
https://developers.google.com/drive/quickstart-cs[^]

There's an ASP.NET MVC tutorial and sample app at :
https://developers.google.com/drive/examples/dotnet[^]

I hope this will help to you.
 
Share this answer
 
v2
Comments
Thanks7872 30-Jun-13 10:00am    
upvoted..!
Parag Kotekar 2-Jul-13 6:23am    
HI thanks for your reply Sampath Lokuge1.1K
But if u check the Exaple for ASP.NET below ;
https://developers.google.com/drive/examples/dotnet
You will find some methods has not being called by Appropriate parameters ,
also there is no way to show how to pass or What type of Params. should there be
:( Hey , i am just telling you so that you can have more knowledge , I APPRECIATE YOUR HELP ..thanks :)
Thanks7872 2-Jul-13 6:25am    
May be,but almost any code we found online needs lil bit modification to suite our needs.

Regards..
Sampath Lokuge 2-Jul-13 6:40am    
@Jay_CodeRider You can download the complete source.Just download and try it.Download link is in top of the doc.It starts like this "Important: You can download the complete source code from the DrEdit repository".Check that.
Parag Kotekar 3-Jul-13 2:52am    
Hey thank you very much Guys ! I will check on it .
Thanks for your time :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900