Hello,
I have a problem when trying to create a repository inside a project in bitbucket cloud, when executing the command it gives me the following result:
Command used: curl -s -X POST -v -u user: pass https://api.bitbucket.org/2.0/repositories/user_account/test1 -H "Content-Type: application / json" -d '{"scm ":" git "," is_private ": true," project ": {" key ":" LEG "}} '
{"type": "error", "error": {"message": "To make a call, you need to use an app password."}}
before the message, it asked me to create the validation by second factor:
{"type": "error", "error": {"message": "To access this settings, enable two-step verification."}}
Any idea how to create via ssh without this validation in between?
Thank you very much for your time and help.
Hi @Felipe_Araya_Tobar ,
Passwords are deprecated when making API requests. You'll have to create and use App passwords
your answer save me the day!!! Thank you! Have a nice Weekend!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.