我想要一個域名添加到我的水桶permisions,但是當我使用我得到以下錯誤的UI:谷歌雲Storrage桶域Permision
One of your permissions is invalid Make sure that you enter an authorized id or email for the groups and users and a domain for the domains
當我嘗試使用gsutil命令行工具,我得到以下錯誤:
$ gsutil acl ch -g mydomain.com:R gs://my-bucket-name
CommandException: Received bad request from server: BadRequestException: 400 Could not find domain "mydomain.com".
Mydomain.com iscourcse這裏用作一個例子。
有什麼想法?
這可能是一個愚蠢的問題,但您確定您擁有名爲「mydomain.com」的Google Apps域?這是針對Google Apps域的,而不是任何域名。 – 2014-10-31 04:52:43
@BrandonYarbrough就像問題中提到的那樣; Mydomain.com就是一個例子。 – iamchriswick 2014-10-31 17:03:54
不,我的意思是,你有一個與真實價值相匹配的Google Apps域名嗎? – 2014-11-01 07:42:02