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 ?????
unsal osmaPosted Feb 27, 2019, 1:32 PM
Salman BegPosted Feb 25, 2019, 8:29 AM
unsal osmaPosted Feb 25, 2019, 7:32 AM
Salman BegPosted Feb 24, 2019, 8:56 AM
unsal osmaPosted Feb 24, 2019, 8:41 AM
Salman BegPosted Feb 24, 2019, 3:25 AM