blogger/gdrive: split off download option

This commit is contained in:
Nick Vella 2019-05-05 00:13:37 +10:00
parent f5164e3464
commit 5309ca2baf
1 changed files with 2 additions and 2 deletions

View File

@ -722,8 +722,8 @@ namespace OpenLiveWriter.BlogClient.Clients
Role = "reader" Role = "reader"
}, imageFile.Id).Execute(); }, imageFile.Id).Execute();
// Retrieve the appropiate URL for inlining the image. // Retrieve the appropiate URL for inlining the image, splitting off the download parameter
return imageFile.WebContentLink; return imageFile.WebContentLink.Split('&').First();
} }
#endregion #endregion