Can I create Gmail account programmatically in Android studio?

283 Views Asked by At

Is possible to create Gmail account programmatically legally, not for business use , only creation.

I want to get data from My edit text and put it to any where(api) and api create account automatic or ask for capcha(Internally-no problem) and response should be gmail account and password??

I want to get data from My EditTexts and put it to any where(apis) and api to create account automatic or ask for capcha(Internally-no problem) and then create and response should be gmail account and password??

1

There are 1 best solutions below

0
Linda Lawton - DaImTo On

There is no Google api that would allow you to programmatically create a new google user.

Tbh I don't know of any authentication server or system that would allow for it. Just consider the number of Spam bot accounts you would end up with.