On Thu, Nov 28, 2013 at 10:39 AM, robs <[email protected]> wrote:
> No, we don't serve anything from blob. Just use it internal for reports, > but that is just few MB per day. > > Is the download handler to/from the blobstore publicly accessible? If so, put an authentication requirement on it to rule it out as a possible problem. On Thu, Nov 28, 2013 at 9:43 AM, robs <[email protected]> wrote: > Any other help and ideas greatly appreciated! > > There's a couple of things you could try. If you're using a custom domain, you could use Cloudflare as a reverse proxy (map the domain to Cloudflare, which will proxy requests to App Engine). If this bandwidth usage is due to external clients, you should see it reflected within Cloudflare analytics. Also, check if any of the libraries you're using have any sort of auto-updating ability - they might be attempting and failing to download and update static assets, data, etc. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
