I'm very interested in having all my Bit Bucket projects in my Careers profile. But when I try to do so I end up with a message from BitBucket saying:
StackOverflow is requesting read and write access to your public and private repositories.
If you don't want to give StackOverflow access to your data, exit this page.
In both public/private repositories, this is unacceptable. I'll not grant write privileges on my repositories to a third party or read privilege to my private repos (you know... they are PRIVATE). And you know, that's a pity because I really want to complete my Careers profile adding my projects.
I propose an alternative solution for validating that I really own a repo, and is to ask me to create a repository (maybe an empty one) with a certain name. Let's say "careers-confirmation-process-{id_of_my_user}" as a name of the repo and I make this repository publicly available.
Then Careers App could check that I have creation/write permissions to that BitBucket account (because I've followed your instructions, the new repo is public and you can check that) and trust me.
This is not a funny idea I've had. This is (more or less) the same approach that Google takes for validating that you really own a domain: they make you edit your DNS entries, or ask you to make a document available via HTTP/FTP, etc... In the case of the repos could work exactly the same.
And of course this temporary repository would be deleted after the validation.
What do you think about that?