Problems changing ownership from service account to google apps domain -


i have app uses google service account create either fusion tables or google spreadsheet document. app changes ownership of document user (joe@gmail.com). enables app publish (insert rows) document, gives full control on document specified user.

everything works fine if other user @gmail.com user. however, if apps domain user (e.g., xxx@camfed.org), permission change results in error:

{ "error": { "errors": [ { "domain": "global", "reason": "internalerror", "message": "internal error" } ], "code": 500, "message": "internal error" }}{"value":"xxx@camfed.org","role":"owner","type":"user","kind":"drive#permission"}

here outcomes matrix:

                                               service account created                                            xxx@gmail.com           xxx@camfed.org  ownership assigned to: yyy@gmail.com           works                     works ownership assigned to: xxx@camfed.org         broken                     broken ownership assigned to: yyy@camfed.org         broken                     broken 

are google drive permissions changes broken apps domains?

this due when changing ownership, both email-domain must belong same domain. possible change ownership other user.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -