Creating another APP KEY by accident...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JayBee
    Junior Member
    • Oct 2010
    • 114

    #1

    Creating another APP KEY by accident...

    What happens when someone tries to use the createDeveloperAppKeys for a second time?

    Does this over-write the original key or is the user prevented from creating another key?

    I don't want to try it in case it messes things up. I need to know for someone I am coding for.

    Thanks.
  • Merlin
    Junior Member
    • Jan 2009
    • 56

    #2
    Hi JayBee,

    If the App Keys already exist, this call just fails with a '400 BAD REQUEST' error. The original keys are unaffected and can still be accessed with a getDeveloperAppKeys call. (I've tested this while writing sample code, so not just my interpretation of the docs)

    cheers

    Merlin

    Comment

    • JayBee
      Junior Member
      • Oct 2010
      • 114

      #3
      Thanks for that. I'll pass it on.

      Originally posted by Merlin View Post
      Hi JayBee,

      If the App Keys already exist, this call just fails with a '400 BAD REQUEST' error. The original keys are unaffected and can still be accessed with a getDeveloperAppKeys call. (I've tested this while writing sample code, so not just my interpretation of the docs)

      cheers

      Merlin

      Comment

      Working...
      X