Importing an Identity?

I created an identity (jackzampolin.id) on this app (note: a moderator removed the link to the Firebase app because it’s meant for testing only). I’m able to login there and change/access the identity. I can see also it when I do a blockstack lookup jackzampolin.id on my Macbook I can see the changes:

~ :> blockstack lookup jackzampolin.id
{
    "profile": {
        "@context": "http://schema.org", 
        "@type": "Person", 
        "account": [], 
        "address": {
            "@type": "PostalAddress", 
            "addressLocality": "Berkeley, CA"
        }, 
        "birthDate": "", 
        "description": "Developer/Marketer @InfluxData", 
        "familyName": "Zampolin", 
        "givenName": "Jack", 
        "image": [
            {
                "@type": "ImageObject", 
                "contentUrl": "https://avatars0.githubusercontent.com/u/7452680?v=3&s=460", 
                "name": "avatar"
            }
        ]
    }, 
    "zonefile": "$ORIGIN jackzampolin.id\n$TTL 3600\n_http._tcp\tIN\tURI\t10\t1\t\"https://blockstack.s3-us-west-1.amazonaws.com/staging/jackzampolin.id.json\"\n\n"
}

However when I try to import the identity locally with the blockstack cli the import command outputs the non answer:

~ :> blockstack transfer jackzampolin.id 38GaSDVVaV2DMJV1kboCyt6RM2h7bUUMjA
Enter wallet password: 
jackzampolin.id is not in your possession.

There could also be something fundamental I’m misunderstanding here help?

Not sure if you figured this out or not?
but You said

I created an identity (jackzampolin.id) on https://blockstack-dashboard.firebaseapp.com. I’m able to login there and change/access the identity.

then

However when I try to import the identity locally with the blockstack cli the import command outputs the non answer:

If you are trying to transfer the ownership of the name from one wallet to another, the current wallet that owns the name is what invokes the transfer command. In short sounds like your trying to invoke the transfer from the wrong side. Atleast thats what I would deduce based on the info given and the output of when executing the transfer command

jackzampolin.id is not in your possession.

Hope that helps

3 Likes

Yep, that’s correct. Your name is owned by the wallet you created on the Firebase-hosted app.

The CLI has a separate wallet and right now the name jackzampolin.id is not owned by that wallet.