Hi , I am using Google Drive API and i want to delete files of "Share with me" folder.this is my code ////////////////////////////////
public void DeleteFile(string fileID, DriveService service)
{
var fileId = fileID; //"0BwwA4oUTeiV1UVNwOHItT0xfa2M";
var request = service.Files.Delete(fileId);
var file = request.Execute();
}
////////////////////////////// this code is give a error 403 Permission error How we solve .... Thanks in Advance please don't give a link ..Thanku
saddamhusen luharPosted Feb 6, 2018, 10:28 PM
Error: redirect_uri_mismatch
saddamhusen luharPosted Feb 2, 2018, 1:10 AM
Error: redirect_uri_mismatch
The redirect URI in the request, http://localhost:59157/authorize/, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit: https://console.developers.google.com/apis/credentials/oauthclient/1021808517984-b47469c03c8f24hdnmercch5l4oa0p7c.apps.googleusercontent.com?project=1021808517984
Cassie ModPosted Feb 20, 2017, 6:47 AM
krishna kanhaiyaPosted Feb 17, 2017, 11:22 PM
Joginder BangerPosted Feb 17, 2017, 12:15 PM