Hello,

I am using Rebex.NET library for crawling email accounts from gmail/yahoo/hotmail and our company domain also. What I have observed that sometimes it gives exception of Account exceeded bandwidth limits. (Failure) (NO). while connecting to HOTMAIL/GMAIL account. But most of the time it works fine. How to resolve this issue because this has happened on production system as well.

Regards Sanjay

asked 21 Apr '11, 13:10

Radioactive's gravatar image

Radioactive
151
accept rate: 0%


Hello, the "Account exceeded bandwidth limits." is a message which comes from Hotmail or Gmail IMAP server. Probably (but I'm only guessing) your application is download so much content that it triggered this error.

Following post at Google support forum is discussing this exact topic: http://www.google.com/support/forum/p/Google%20Apps/thread?tid=0ece6b37ff80c552&hl=en

I would recommend modifying your application so it downloads the message more slowly. For example pause your application after each message download for some time.

Alternatively you can try to ask Google/Yahoo if bandwidth limit for your account can be increased.

link

answered 21 Apr '11, 13:26

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310
accept rate: 37%

edited 21 Apr '11, 13:37

Thanks for quick reply.

Can you suggest how i can modify my application to download the messages sslowly? Also this gmail account i have created recently and it contains only 15 mails.

(21 Apr '11, 13:32) Radioactive

@radioactive: Edited answer and included hints how to download more slowly. As for 15 mails: How big are those emails? How many times did you downloaded them? Is the gmail account associated with Google App suite or is it a standalone gmail account? The bandwidth limit can be applied to the all account associated with a single Google App suite. This is a error message created by Gmail - you have to ask Google why it was triggered. We can only guess, sorry :-(

(21 Apr '11, 13:42) Martin Vobr ♦♦

Thanks Martin. Thats fine with me. Email messages are very simple without any attachment. But through REBEX.NET we have crawled this account so many times.

(21 Apr '11, 13:47) Radioactive
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×76

Asked: 21 Apr '11, 13:10

Seen: 939 times

Last updated: 21 Apr '11, 13:47