标签: quota

Memcache有多少内存可用于Google App Engine帐户?

Google App Engine提供了有关Memcache限制的一些信息:

但是,未指定单个应用程序的RAM /内存存储的总允许大小.众所周知,不允许超过1MB的对象.你有信息吗?

google-app-engine memcached limit quota

35
推荐指数
2
解决办法
9377
查看次数

读取XML数据时已超出最大字符串内容长度配额(8192)

我正在尝试将一个大字符串(24,000到50,000个字符)传递给自托管的TCP WCF服务.

我已经将maxStringContentLength(无处不在)提升到了22008192.

我在某处读到我需要将bindingConfiguration更改为"LargeBuffer"或"LongFields",但是当我这样做时:

<endpoint address="" binding="netTcpBinding" bindingConfiguration="LongFields"
  contract="ExStreamWCF.IService1">
Run Code Online (Sandbox Code Playgroud)

或这个:

<endpoint address="" binding="netTcpBinding" bindingConfiguration="LargeBuffer"
  contract="ExStreamWCF.IService1">
Run Code Online (Sandbox Code Playgroud)

我的服务无法启动.我真的需要这个错误才能消失.有任何想法吗?

谢谢,

贾森

PS - 服务器上tcp服务的配置文件:

<system.serviceModel>
<services>
  <service behaviorConfiguration="ExStreamWCF.Service1Behavior"
    name="ExStreamWCF.Service1">
    <endpoint address="" binding="netTcpBinding" bindingConfiguration=""
      contract="ExStreamWCF.IService1">
      <identity>
        <dns value="Devexstream-2.anchorgeneral.local" />
        <!--<dns value="vmwin2k3sta-tn2" />-->
      </identity>
    </endpoint>
    <endpoint address="mex" binding="mexTcpBinding" bindingConfiguration=""
      contract="IMetadataExchange" />
    <host>
      <baseAddresses>
        <add baseAddress="net.tcp://Devexstream-2:8080/Service" />
        <!--<add baseAddress="net.tcp://vmwin2k3sta-tn2:8080/Service" />-->
      </baseAddresses>
    </host>
  </service>
</services>
<behaviors>
  <serviceBehaviors>
    <behavior name="ExStreamWCF.Service1Behavior">
      <serviceMetadata httpGetEnabled="false" />
      <serviceDebug includeExceptionDetailInFaults="true" />
    </behavior>
  </serviceBehaviors>
</behaviors>
Run Code Online (Sandbox Code Playgroud)

编辑:根据要求绑定

    <system.serviceModel>
    <bindings>
<netTcpBinding>
<binding name="NetTcpBinding_IService1" closeTimeout="00:01:00"
 openTimeout="00:01:00" receiveTimeout="00:10:00" …
Run Code Online (Sandbox Code Playgroud)

string wcf quota long-integer

27
推荐指数
1
解决办法
4万
查看次数

"在读取XML数据时已超出最大字符串内容长度配额(8192)"将XML字符串发送到WCF时出错

我正在使用.NET,C#应用程序,该应用程序打算将一个长XML字符串发送到WCF服务方法以进行进一步操作.当我的应用程序尝试在运行时将XML字符串发送到WCF服务时,我收到一条错误消息:

"The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://tempuri.org/:strProdUserDataXML. The InnerException message was 'There was an error deserializing the object of type System.String. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 131, position 57.'. Please see InnerException for more details." …

.net c# wcf web-config quota

18
推荐指数
5
解决办法
4万
查看次数

请求无法完成,因为您已超出配额

我尝试使用 javascript MediaUploader.js 将 youtube 视频上传到我自己的帐户,由于某种原因,我在 onError 函数中收到此错误:

"errors": [
   {
    "domain": "youtube.quota",
    "reason": "quotaExceeded",
    "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e."
   }
  ],
  "code": 403,
  "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e."
Run Code Online (Sandbox Code Playgroud)

我今天只测试了几次,但遇到了这个奇怪的错误。

var signinCallback = function (tokens, file){
console.log("signinCallback tokens: ",tokens);
if(tokens.accessToken) { //tokens.access_token
  console.log("signinCallback tokens.accessToken: ",tokens.accessToken);
  var metadata = {
    id: "101",
    snippet: {
      "title": "Test video upload",
      "description":"Description of uploaded video",
      "categoryId": "22",//22
      "tags": …
Run Code Online (Sandbox Code Playgroud)

javascript quota youtube-data-api react-native

14
推荐指数
2
解决办法
3万
查看次数

“我们目前正在经历服务中断,目前无法提供配额信息。” 在 OAuth 同意屏幕中

我使用 YouTube API 创建了一个新帐户,但在 OAuth 同意屏幕页面中,我看到“我们目前遇到服务中断,目前无法提供配额信息。” 信息。此消息也会显示在其他 Google 帐户中。这条消息的含义是什么?

在此处输入图片说明

service oauth quota

14
推荐指数
0
解决办法
2320
查看次数

Google将所有帐户和项目的youtube api v3每天查询限制降低到每天10000次

关于如何增加配额限制,这不是另一个问题。今天,Google将每天查询的youtube api v3配额限制从我的情况下的5000万减少到了0!有人有100万个查询,每天有10万个查询,但是现在每个人只有10000个单位。它非常低,所有严重的生产应用程序都将很快被暂停。这种条件是不能接受的。这是在没有任何通知的情况下发生的!在云控制台或邮箱中没有消息!这意味着我们所有人都需要完全关闭我们的项目。数千名涉及youtube api项目的开发人员,我们编写了许多代码来使所有事情正常运行,并花费了大量时间和精力。

由于Google不提供youtube api的任何支持,因此无法解决该问题。我试图与所有渠道联系youtube api团队,大约3个月前填写了全新的配额申请表-仍然没有答案或积极的变化。

在官方文档和Google Cloud Console页面中,stackoverflow是我们唯一可获取帮助的地方,因为google人员正在监视与google服务关联的标签。也许这个话题比我之前的https://issuetracker.google.com/issues/79183616汇总了更多反馈

所以我想问其他开发人员,您打算如何处理您的项目,每天1万条查询就足够了吗?

google-api youtube-api quota youtube-data-api

11
推荐指数
1
解决办法
2721
查看次数

(如何)我可以在Android WebView中增加LocalStorage的配额限制

我需要增加Android WebView中LocalStorage的默认配额限制.目前我只能使用大约2.5MB.当尝试存储更多数据时,quota_exceeded_err (dom exception 22)会引发a.

有什么想法或者我必须切换到db/file系统吗?

android webview quota local-storage

10
推荐指数
1
解决办法
1万
查看次数

在达到API配额限制之前,Youtube视频上传被拒绝

通过申请流程,我的项目的API配额已成功增加到4M.有关配额的详细信息,请参阅已启用API 的Google Developer控制台配额页面.

但是,在使用此消息进行标准50次上传后,视频将被此消息拒绝:

任务310:上传失败.例外:HttpError 400"用户已超过他们上传的视频数量."

以下是成功发布视频的示例.

成千上万的视频正在等待几天前完成的事件.谷歌的一些人一直试图帮助,但今天早上我被要求发布Stack Overflow.

google-api youtube-api quota youtube-data-api

10
推荐指数
1
解决办法
2401
查看次数

YouTube 数据 API:无法完成请求,因为您已超出配额 INSUFFICIENT_TOKENS

当我使用 Python 程序将视频上​​传到 YouTube 时出现问题。在发生这种情况之前,我有很多天没有使用它来上传,所以它不应该超过配额。我试了很多次,它有同样的错误。

以下是错误:

[RequestError] 服务器响应:

{
  "error": {
    "code": 403,
    "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.",
    "errors": [
      {
        "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.",
        "domain": "youtube.quota",
        "reason": "quotaExceeded",
        "debugInfo": "Code: 8; Description: ?metric=youtube.googleapis.com/default&limit=defaultPerDayPerProject&qs_error_code=INSUFFICIENT_TOKENS"
      }
    ]
  }
}
Run Code Online (Sandbox Code Playgroud)

youtube-api quota youtube-data-api

9
推荐指数
1
解决办法
7447
查看次数

如何更改App Engine的Over Quota页面?

反正有没有这样做?我可以自定义AppEngine的"Over Quota"页面吗?怎么样?

谢谢BTW.

PS我主要构建python webapps,从未使用过GAE Java

google-app-engine quota

8
推荐指数
1
解决办法
943
查看次数