[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-15 Thread Yosi Dediashvili
Hi,

1. Can you state the limit value here, i.e., is it a limit per type of 
ClientID, or just total number of client IDs under that project?
2. Is the limit increase available for higher support (paying) levels?

On Tuesday, November 14, 2017 at 9:16:06 PM UTC+2, Yannick (Cloud Platform 
Support) wrote:
>
> Hello Yosi, after some research I can confirm that this is a limit that 
> cannot be increased.
>
> On Saturday, November 11, 2017 at 8:58:44 AM UTC-5, Yosi Dediashvili wrote:
>>
>> They're logic is the same as far as it concerns the functionality we need 
>> from the Google Login SDK
>>
>> On Friday, November 10, 2017 at 7:26:20 PM UTC+2, George (Cloud Platform 
>> Support) wrote:
>>>
>>> Hi Yosi, 
>>>
>>> Are these 100 apps different in name only? This would mean that 
>>> functionality is identical. 
>>>
>>> Are these 100 apps different in functionality and developed separately, 
>>> each unlike the other in what they do? 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2c4af219-c69c-4a41-929a-87bfee341d29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-15 Thread Yosi Dediashvili
Hi,

1. Can you stay the limit value here, i.e., is it a limit per type of 
ClientID, or just total number of client IDs?
2. Is the limit increase available for higher support (paying) levels?

On Tuesday, November 14, 2017 at 9:16:06 PM UTC+2, Yannick (Cloud Platform 
Support) wrote:
>
> Hello Yosi, after some research I can confirm that this is a limit that 
> cannot be increased.
>
> On Saturday, November 11, 2017 at 8:58:44 AM UTC-5, Yosi Dediashvili wrote:
>>
>> They're logic is the same as far as it concerns the functionality we need 
>> from the Google Login SDK
>>
>> On Friday, November 10, 2017 at 7:26:20 PM UTC+2, George (Cloud Platform 
>> Support) wrote:
>>>
>>> Hi Yosi, 
>>>
>>> Are these 100 apps different in name only? This would mean that 
>>> functionality is identical. 
>>>
>>> Are these 100 apps different in functionality and developed separately, 
>>> each unlike the other in what they do? 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ee71b3e6-9724-4005-a9f1-8bd5aa1c0e76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-11 Thread Yosi Dediashvili
They're logic is the same as far as it concerns the functionality we need 
from the Google Login SDK

On Friday, November 10, 2017 at 7:26:20 PM UTC+2, George (Cloud Platform 
Support) wrote:
>
> Hi Yosi, 
>
> Are these 100 apps different in name only? This would mean that 
> functionality is identical. 
>
> Are these 100 apps different in functionality and developed separately, 
> each unlike the other in what they do? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/acb125cb-f270-4154-bc8f-5549f1674b50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-08 Thread Yosi Dediashvili
I meant google API projects.
i.e. splitting the 100 apps between several google projects.

And to be clear - we're talking about 100 different apps (i.e. Android 
package names)

On Tuesday, November 7, 2017 at 11:05:38 PM UTC+2, George (Cloud Platform 
Support) wrote:
>
> Hi Yosi, 
>
> You mention 100 Android credentials, then „breaking it to more than one 
> app”, which looks somewhat contradictory. How does your setup look like? Do 
> you speak of 100 different apps, or of 100 different installs of the same 
> app for 100 different users? To protect confidential details,  you may send 
> me private emails by using the drop-down menu offered by the "reply" 
> button. 
>
> It may be worthwhile, in this context, examining the possibility of 
> implementing Firebase Authentication 
> . 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4e5bd6a3-3dc8-4041-b7ab-f4b1209cd1aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-06 Thread Yosi Dediashvili
The use case is that the apps communicate with the same backend, that is 
part of this project.

So the structure is:
1 Server Credentials
100+ Android Credentials

To my understanding, breaking it two more than one app, will require us to 
support that in the backend, by basically having it communicating with the 
appropriate credentials for each app.

On Wednesday, November 1, 2017 at 8:19:14 PM UTC+2, George (Cloud Platform 
Support) wrote:
>
> Hello Yosi, 
>
> Are you referring to the procedure described on the "Authorizing Android 
> Apps" page ? 
>
> Is there a special use-case for the 100 apps under one project?  Adding a 
> lot of apps under the same project might not be the best idea, as this may 
> bring about performance issues while loading the Firebase console. Placing 
> your apps under different projects might prove an easy solution. 
>
> The "Requesting additional quota" sub-chapter of the "Resource Quotas" 
> online document  provides a link 
> to the quota increase request page. No specific quota increase category 
> suitable for this situation is offered there.  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ec717000-a453-4834-8245-81e88a3373da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Reaching a quota limit for the Android Oauth2 Client ID

2017-10-31 Thread Yosi Dediashvili


Hi,

We're managing more than 100 apps with google login on Android but using 
the same SDK client ID on all of them. This means that we need to register 
every single app separately with its appropriate *package name *under:

API & Services > Credentials > Create Credentials > OAuth client ID > 
Android

The issue is that recently, we got an error while trying to add a new app, 
claiming that we reached the number of allowed clients: 
This project has reached its maximum number of OAuth clients. To create 
another, first remove an existing one.


















Did any one else get such an error? Does Google support increasing that 
limit?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/454b3f5d-38e4-4713-ac65-b27619b4e5ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.