Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个在计算机后台运行的系统,当我打开计算机时,它会将计算机打开的时间发送到 Google SpreadSheet 上的电子表格以及关闭时间它还同步时间在 Google 电子表格的电子表格中,计算机已关闭。
我怎么能创造这个?
Google Apps 脚本将让您创建一个“网络应用程序”,您可以将参数传递给它。有很好的文档说明如何做到这一点,与使用 GData 样式的电子表格 API 相比,应该是一种快速简便的方法。(没有 Auth2 等)
在这里,我想使用 API 密钥显示 JSON 内容。但我无法获得身份验证。
我在 JsonObject 中收到错误:
org.json.JSONException: Value Authorization of type java.lang.String cannot be converted to JSONObject
在我的 and