javascript - Google Drive API 和 Google Realtime API - 我可以将实时文件放在应用程序文件夹中吗?

标签 javascript google-api google-drive-api google-drive-realtime-api

使用 Google Drive API 和 Google Realtime API(通过 JavaScript):

我可以创建一个实时文件而无需提供父文件。但是,当我尝试将父项设置为“appdata ”时,我从 API 收到此错误:

Only folders or files with content stored in Drive are allowed within the appdata folder

这有点模糊,也许实时文件不被认为有内容?

所以我的问题:是否可以在应用程序文件夹中放置实时文件?

最佳答案

通过进一步调查,我找到了问题的答案。

Actually, unfortunately you cannot currently place a realtime file within the appdata folder. This is something we are looking at adding, but in most cases it doesn't make sense since the content of the appdata folder is restricted to a single user.

谢丽尔·西蒙 (Cheryl Simon) 谈 Google 云端硬盘开发人员 - https://plus.google.com/communities/107264319205603895037

关于javascript - Google Drive API 和 Google Realtime API - 我可以将实时文件放在应用程序文件夹中吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16494426/

相关文章:

google-drive-api - 使用drive.changes.list观察变化需要多长时间?

javascript - js : trigger a timing event after pause/resume

javascript - 如何使用 google place 和 javascript API 循环浏览其他页面?

google-api - Google Places API 未返回结果

java - 默认情况下允许 Google App Engine 应用访问 Google 云端硬盘

python - 在 Python 中列出所有 Google Drive 文件和文件夹并保存 ID

javascript - 防止 ASP.Net JSON 删除小数属性中的尾随 0

javascript - 在 .eslintrc 中为 @babel/eslint-parser 声明 babel 插件

javascript - 如何使用最小和最大属性添加和减去输入值。查询

python - 从类似 JSON 的 blob 中解析出这个值的最 Pythonic 方法是什么?