Вопрос

I have a Google Drive enabled application that I'm trying to get into the Google Apps Marketplace. It was rejected because:

Your request begins : https://www.google.com/accounts/o8/ud?openid

It should look more like : https://www.google.com/a/DOMAIN_GOES_HERE/o8/ud

I've not been able to get an response from anyone at Google as to what this means.

We based our Drive operations on the Java DrEdit example.

Is it possible, using the Google API Java Client Library, to use the second domain above, if so, how?

Also, even if it can be accessed, does it have access to the file permission settings I need in order to perform the various Drive operations?

Это было полезно?

Решение

The answer is that it's not possible at this time. The variant of OAuth2 used with Google Drive does not permit forcing login to a particular domain.

The Google Apps Marketplace storekeepers should be allowing such applications to be accepted until a workaround is found.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top