You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tag in google takeout file is different:
//let { ["Google Maps URL"]: url, Title: name } = item.properties;
let { ["google_maps_url"]: url, name: name } = item.properties;