TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sangeetha D
NA
1
645
How to fetech documents from google drive using asp.net
Jul 28 2015 7:44 AM
DocumentsService d_service = new DocumentsService("Auth_test_app");
d_service.setUserCredentials("username", "password");
DocumentsListQuery query = new DocumentsListQuery();
DocumentsFeed feed = d_service.Query(query);
var docs = new List<string>();
foreach (DocumentEntry entry in feed.Entries)
{
Console.WriteLine(entry.Title.Text);
}
Getting error plz helpme
Reply
Answers (
1
)
how to refresh the gv using temp data table and show edit ?
Save MJPEG as a Video