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
unsal osma
NA
44
1.5k
Google Drive folder delete in name textbox13.text
Feb 23 2019 2:06 PM
Hello,
Delete files by name in textbox google drive c#
my this code;
private void folderdel()
{
UserCredential credential;
credential = GetCredentials();
var service = new DriveService(new BaseClientService.Initializer()
{
HttpClientInitializer = credential,
ApplicationName = ApplicationName,
});
service.Files.Delete(textBox13.Text).Execute();
}
"" error : file not found ?????
Reply
Answers (
6
)
Converting PHP cURL to C# WebClient
How can pass Progressbar with percentage to another Form