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
Yesterday, I tried importing my Google Maps iOS App Takeout file, but I ran into an issue. The main screen displayed a blue warning:
I then attempted to upload my location-history.json file, but nothing happened. The logs simply stated "file processed correctly," yet no data points appeared.
As I explained [here](#821 (reply in thread)), the problem occurs when using the CLI. The CLI assumes all Takeout files follow the standard Google format, which includes a locations field. However, Google Maps iOS App Takeout files don’t always have this field.
🔹 Good news: Dawarich does support these files—just not via the CLI.
🔹 The workaround: You must upload them through the Web UI.
By default, Nginx limits the file upload size, which prevented me from using the Web UI. To bypass this, you need to adjust the Nginx configuration.
✅ I resolved it by adding an Nginx annotation as described here
This allowed me to upload larger files and successfully import them using the Phone Google Maps parser.
💡 Proposal: Improve CLI Import Options
I'm not very experienced with Ruby on Rails, so I don't think I will be able to help here, but I think it would be useful to allow users to specify the import type via CLI when using rake. This way, we could schedule larger imports without tweaking Nginx or Ingress.
The text was updated successfully, but these errors were encountered:
davidvpe
changed the title
Missing import type when creating import type via rake
Missing import type when creating import via rake
Feb 11, 2025
Issue
Yesterday, I tried importing my Google Maps iOS App Takeout file, but I ran into an issue. The main screen displayed a blue warning:
I then attempted to upload my
location-history.json
file, but nothing happened. The logs simply stated "file processed correctly," yet no data points appeared.As I explained [here](#821 (reply in thread)), the problem occurs when using the CLI. The CLI assumes all Takeout files follow the standard Google format, which includes a
locations
field. However, Google Maps iOS App Takeout files don’t always have this field.🔹 Good news: Dawarich does support these files—just not via the CLI.
🔹 The workaround: You must upload them through the Web UI.
By default, Nginx limits the file upload size, which prevented me from using the Web UI. To bypass this, you need to adjust the Nginx configuration.
✅ I resolved it by adding an Nginx annotation as described here
dawarich/docs/How_to_install_Dawarich_in_k8s.md
Line 246 in 4de899e
This allowed me to upload larger files and successfully import them using the Phone Google Maps parser.
💡 Proposal: Improve CLI Import Options
I'm not very experienced with Ruby on Rails, so I don't think I will be able to help here, but I think it would be useful to allow users to specify the import type via CLI when using
rake
. This way, we could schedule larger imports without tweaking Nginx or Ingress.The text was updated successfully, but these errors were encountered: