I've been using the google-api-go-client library to access google storage
for a long time (probably since the library first was created). Generally
I've had no problems. This morning though, nothing is working.
googleapi: got HTTP response code 404 and error reading body: invalid
character '<' looking for beginning of value: error uploading file
So I guess my first question is, is there any way to get the library to
show me what the error message is? Not seeing an obvious way to do that, I
dug into the internals and did a req.Write(os.Stdout), and I get this:
<?xml version='1.0'
encoding='UTF-8'?><Error><Code>NoSuchBucket</Code><Message>The specified
bucket does not exist.</Message></Error>
I know the bucket still exists, I can see it in my cloud console, and AFAIK
I haven't changed anything since yesterday. Any idea what's going on here?
graham
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.