Sunday, July 5, 2020

Jul 4, 2020 日誌

嘗試利用 Python程式將 Plican 網誌傳送到 Blogger,成功傳送到 Blogger。 新增/編輯文章到blogger 到想新增/修改的文章對應到的markdown節點,按 add_to_mblogger 按鈕。想修改按 edit_to_mblogger按鈕。 修改成功的話會顯示: post_id 為 一串文章的ID 已經將更新資料送往 M Blogger!

文章內的圖片要放絕對位置(網址)

若出現

google.auth.exceptions.RefreshError: ('invalid_scope: Some requested scopes were invalid. {invalid=[a, b, c, e, g, h, i, l, m, ., /, o, p, r, s, t, u, w, :]}', '{\n  "error": "invalid_scope",\n  "error_description": "Some requested scopes were invalid. {invalid\u003d[a, b, c, e, g, h, i, l, m, ., /, o, p, r, s, t, u, w, :]}",\n  "error_uri": "http://code.google.com/apis/accounts/docs/OAuth2.html"\n}')

重新轉一次.dat應該可以解決新增/編輯文章到blogger

No comments:

Post a Comment

協同設計

2022 一開始, 將計算機程式與電腦輔助設計實習課程的期末報告導向 Github 倉儲的協同, 倉儲分別在 https://github.com/mdecourse/cp2021_final 與 https://github.com/mdecourse/cad2021_fin...