blogger/gdrive: split off download option
This commit is contained in:
parent
f5164e3464
commit
5309ca2baf
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue