英文:
Are there are any go clients for Google sites
问题
有没有任何用于从Google Sites获取所有内容的Golang客户端?我们有以下代码:
import "google.golang.org/api/googleapi"
对于Google Drive,有没有关于如何使用Golang获取Google Sites的所有内容的建议?
英文:
are there are any golang clients to get all the contents from google sites as we have
<!-- begin snippet: js hide: false console: true babel: false -->
<!-- language: lang-html -->
"google.golang.org/api/googleapi"
<!-- end snippet -->
for google drive,any suggestions on how to get all the contents of googlesites using golang
答案1
得分: 2
目前没有适用于Google Sites的Go客户端。
虽然有一个通用的Google Sites API,但它只适用于旧版本的Google Sites。
英文:
There is no Go client for Google Sites.
There is a general Google Sites API but it only works with an old version of Google Sites.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论