问题描述
因为这个产品是新的,所以我期待开发一个应用程序,所以API使用有任何限制,例如:
- 上传和下载配额
- 每个应用的请求
- etc
在配额标签中还有一个要求更多配额的链接,以防万一您需要超过默认的10百万条需求/天时,通过一个(轻)人工审查过程。
此外,文件具有每个文件的播放限制,这取决于很多因素(文件是公开共享还是只与您的域/用户共享?它是一个视频吗?一个音频文件?等等)。这些规则在这一点上并未透露,但例如每天有数百万的匿名会话无法观看公开分享的视频(使用Youtube)。在高流量网站上也不能使用图像。 Google云端硬盘不能用作网络比例CDN,它可以扩展个人内容(与朋友/工作组/公司共享文件)。
Because this product is new, I am looking forward to develop an app on it so is there any limit on the API usage such as:
- upload and download quota
- requests per app
- etc
To view your allowed quota please create a project in the Google APIs Console. In the "Service" tab, the default quota allowed for each service is indicated.
Currently for the Drive API it reads "Courtesy limit: 1,000,000,000 queries/day". It's a per app quota.
After you've enabled the Drive API you can also set a per user rate limit (by default 1000 req per 100 sec) to prevent one user from depleting your app's quota. That's available in the "Quotas" tab.
There is also a link to request more quota in the "Quotas" tab in case you need more than the default 10M req/day such requests will go through a (light) manual review process.
Also files have per-files playback limit which depends on many factors (Is the file shared publicly or just to your domain/users? Is it a video? An audio file? etc...). These rules are not disclosed at this point unfortunately but for instance a publicly shared video can't be viewed by millions of anonymous sessions per day (use Youtube for that). Nor can an image be used on a high traffic website. Google Drive cannot be used as a Web scale CDN, it is scaled for personal content sharing (you share files with friends/work group/company).
这篇关于Google Drive API使用的限制是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!