Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
gholcomb
2 years agoOccasional Contributor
Conversion Issue from Keeper to 1Password - Shared Folders Don't get converted to tags
MrC I was checking the data as you suggested and found that shared folders do not get
converted to tags like normal folders do.
I've put a screenshot of what the JSON file looks like for a shar...
gholcomb
2 years agoOccasional Contributor
This is the top of the JSON, I have 3 shared folders.
{
"shared_folders": [
{
"uid": "LxuHiRnyTMkkPt1Za-sn9g",
"path": "MMIT Share Items",
"manage_users": false,
"manage_records": false,
"can_edit": false,
"can_share": false,
"permissions": [
{
"name": "gholcomb@domain.com",
"manage_users": true,
"manage_records": true
},
{
"name": "glenn@domain.com",
"manage_users": false,
"manage_records": false
},
{
"uid": "GwyFvvzCHm7TNWyBYwMvIQ",
"name": "Sales",
"manage_users": false,
"manage_records": false
}
]
},
{
"uid": "mPmEabnykaZMOmiHwzMXYw",
"path": "TEST Shared Folder 1",
"manage_users": false,
"manage_records": false,
"can_edit": false,
"can_share": false,
"permissions": [
{
"name": "gholcomb@domain.com",
"manage_users": true,
"manage_records": true
}
]
},
{
"uid": "q93G76MSaFQtMQkD8S1Kqg",
"path": "TEST Shared Folder 2",
"manage_users": false,
"manage_records": true,
"can_edit": true,
"can_share": false,
"permissions": [
{
"name": "gholcomb@domain.com",
"manage_users": true,
"manage_records": true
}
]
}
],