Bob,
Thanks for the response but it doesn't work - here's the problem...
(Assume I have
example.com - though I'm using my own domain)
1. I created a bucket called
cloud.exampple.com
2. When I try to verify the bucket - Google wants to...
a. Add a DNS configuration then checks
cloud.example.com - but the
cname alias doesn't exist yet - so when I add the TXT record to my
domain Google tries to go to
cloud.example.com and can't find it.
b. Adding a meta tag - but the cname alias doesn't exist yet - so when
I add the TXT record to my domain Google tries to go to
cloud.example.com and can't find it.
c. Upload HTML file - but the cname alias doesn't exist yet - so when
I add the TXT record to my domain Google tries to go to
cloud.example.com and can't find it.
I think I need to create the CNAME alias first and then verify but
that doesn't work eiither?
On Jan 17, 7:20 pm, Bob Oliver Bigellow XLII <
iam...@gmail.com> wrote:
> Your bucket name in Google Storage for Developers *must* be named *
>
something.example.com* where "something" is some sort of name you want to
> come up with and "
example.com" is your domain name that you have verified to
> Google that you own, using a number of different verification methods
> provided through Google Webmaster Tools.
>
> Once your bucket, named *
something.example.com* exists and you have verified
> that you own the domain, you'd create a CNAME record in your DNS for *
>
something.example.com* to point to
c.commondatastorage.googleapis.com.
> 1. Create a bucket named
cloud.example.com
> 2. Verify (using Google Webmaster Tools) that your Google Account has
> control over
cloud.example.com
> 3. Within the
cloud.example.com bucket, create a "site" folder
> 4. Put your static files (including index.html) into this folder
> 5. Configure a CNAME record in your DNS to point
cloud.example.com to
>
c.commondatastorage.googleapis.com
> 6. Visit
cloud.example.com/site/index.html to test it out
>
> It sounds to me like you are trying to circumvent the "verification" part.
> If Google didn't do this verification, there'd be nothing stopping anyone
> from creating a bucket called "
cloud.example.com" when you own the rights to
> this. This would lock you out from creating a bucket with your own domain.
>
> I hope this helps.
On Jan 17, 7:20 pm, Bob Oliver Bigellow XLII <
iam...@gmail.com> wrote:
> Your bucket name in Google Storage for Developers *must* be named *
>
something.example.com* where "something" is some sort of name you want to
> come up with and "
example.com" is your domain name that you have verified to
> Google that you own, using a number of different verification methods
> provided through Google Webmaster Tools.
>
> Once your bucket, named *
something.example.com* exists and you have verified
> that you own the domain, you'd create a CNAME record in your DNS for *
>
something.example.com* to point to
c.commondatastorage.googleapis.com.
> 1. Create a bucket named
cloud.example.com
> 2. Verify (using Google Webmaster Tools) that your Google Account has
> control over
cloud.example.com
> 3. Within the
cloud.example.com bucket, create a "site" folder
> 4. Put your static files (including index.html) into this folder
> 5. Configure a CNAME record in your DNS to point
cloud.example.com to
>
c.commondatastorage.googleapis.com
> 6. Visit
cloud.example.com/site/index.html to test it out