Git Product home page Git Product logo

gaecl's People

Contributors

afedorenchik avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gaecl's Issues

Support for two-form factor authentication (BadAuthentication InvalidSecondFactor)

When your account is configured to use two-form factor authentication you will not be able to login with the shell.

Caused by: com.google.appengine.tools.remoteapi.LoginException: Login failed. Reason: BadAuthentication InvalidSecondFactor
at com.google.appengine.tools.remoteapi.ClientLogin.processAuthResponse(ClientLogin.java:77)
at com.google.appengine.tools.remoteapi.ClientLogin.login(ClientLogin.java:39)
at com.google.appengine.tools.remoteapi.RemoteApiInstaller.loginImpl(RemoteApiInstaller.java:311)
at com.google.appengine.tools.remoteapi.RemoteApiInstaller.login(RemoteApiInstaller.java:276)
at com.google.appengine.tools.remoteapi.RemoteApiInstaller.install(RemoteApiInstaller.java:116)
at com.inpun.alt.gaecl.DatastoreConnection.(DatastoreConnection.java:20)
at com.inpun.alt.gaecl.AppEngineShell.run(AppEngineShell.java:147)
at com.inpun.alt.gaecl.AppEngineShell.main(AppEngineShell.java:104)
... 6 more

Entity can not be created

> put KEY("Role", "00123412ABCD") {
  "name" : "Administrators",
  "members" : [ "[email protected]", "[email protected]", "[email protected]" ]
}
;
  ^
Error in position 1
> put KEY("Role", "00123412ABCD") {
  "name" : "Administrators",
  "members" : [ "[email protected]", "[email protected]", "[email protected]" ]
};
  ^
Error in position 1
> put KEY("Role", "0123456789") {"name" : "Administrators", "members":["[email protected]","[email protected]","[email protected]"]};
  ^
Error in position 1
> PUT KEY("Role","1234567890"){"name":"Administrators"}                                                                           
;
                                       ^
Error in position 38
> PUT KEY("Role","12345678") {"name" : "Administrators"}
;
                                        ^
Error in position 39
> PUT KEY("Role","1234567890") {"name" : "administrators"};
                                          ^
Error in position 41
> PUT KEY("Role","87987987987") {"count" : 10};
 ^
Error in position 0
> PUT KEY("Role","123123123") { "name" : "administrators" };
                                          ^
Error in position 41
> PUT KEY("Role","123123123123") {'name':'administrators'};
                                  ^
Error in position 33
> PUT KEY("Role","324234234") {"count":"10"};
                                        ^
Error in position 39
> put key("Role","123123123123") { "name" : "administrators"};
  ^
Error in position 1
> PUT key("Role","9347928347") {"name":"test"};
      ^
Error in position 5
> PUT KEY("Role","392874823746") {};
entity saved successfully at key("Role", "392874823746")
> PUT KEY("Role","000") {};
entity saved successfully at key("Role", "000")
> PUT KEY("Role","000") { "name":"admins"};
                                  ^
Error in position 33

2-Step Verification

The application fails to log in using account with 2-step verification enabled.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.