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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,6 @@ Click on any empty "Load Dataset" button to open the data loading interface.
46
46
1.**Configure Parameters:** Input your Project ID, Vehicle ID(s) or Trip/Task ID(s), and the selected time range within the UI.
47
47
2.**Connect to Cloud Logging:** Click the "Sign in and Fetch Logs" button and follow the prompts to authenticate with your Google Account and grant access. You'll need appropriate IAM permissions (e.g., `roles/logging.viewer`) to read logs.
48
48
49
-
**Note:** The direct Cloud Logging import feature is fully supported for `On-demand trips`. `Scheduled tasks` support is limited ([tracking issue](https://github.com/googlemaps/fleet-debugger/issues/278)).
50
-
51
49
### 2. Import from Log Files
52
50
53
51
You can load log data from JSON or ZIP files using the "Load JSON or ZIP file instead" button. This is useful for:
@@ -92,6 +90,7 @@ To reload the original demo data:
92
90
```bash
93
91
npm install
94
92
```
93
+
4. Add Maps Javascript API Key to src/constants.js
0 commit comments