Can I create a Google account programmatically?

前端 未结 11 831
栀梦
栀梦 2020-12-05 02:49

Does anybody know if via the google api in java I can create google accounts programmatically.

11条回答
  •  隐瞒了意图╮
    2020-12-05 03:54

    MAYBE?

    I am going to write an answer that has not been written so far, but which could actually break the EULA (if that's the case, can someone point out the specific paragraph of it that prevents this?).

    The solution is: redirect Google's CAPTCHA to your user.

    Assuming your software has a user, you could present them Google's captcha so the account is created by them, for your system, without them knowing.

    Would this work for you?

提交回复
热议问题