I'm perfectly able to connect (using Go) to cloud storage from my local computer (using default credentials) but i just keep getting this error when i'm trying to connect to storage from instance.
googleapi: Error 403: User Rate Limit Exceeded, userRateLimitExceeded
This only happens on one project, it works just fine on all other projects. On that project i can successfully connect to Datastore, Logging service, everything except Cloud storage.
When creating gce instance, i'm using Compute engine default service account with (Allow full access to all Cloud APIs). Storage api is enabled.
I tried running gsutil (while being ssh to an instance) and i keep getting the same error.
I created a github issue (https://github.com/GoogleCloudPlatform/gcloud-golang/issues/269) but they are clueless.
Any ideas?