How To Attach an Image with Blog post - Google Blogger API - C# - VB.Net

夙愿已清 提交于 2019-12-04 13:06:39

Update

The PicasaWeb API has been discontinued and replaced with Google Photos library. Get started here. If you are migrating from PicasaWeb API, checkout the following Migration guide.

Original Answer

There is no straightforward way. The images uploaded on Blogger are first uploaded to Picasaweb. So you need to work on picasa as well as Blogger API.

You can try following steps:

  1. Create a UI to select image from your system.
  2. Use Google Picasa API to Upload image
  3. get link of uploaded Image and add it to your HTML code of Blogger.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!