I’m developing an application using the Google Places API with the endpoint: https://places.googleapis.com/v1/places:searchText. I have a few questions regarding compliance with Google Places API Terms of Service:
Data Storage:
Can I store the retrieved data from the Google Places API in my application? If not, what specific data can I store?
If caching is permitted, what is the maximum duration for which I can cache the data?
Data Export:
Is it permissible to allow users to export the searched Google Places data to CSV or Google Spreadsheets directly from the application without storing it in the database?
Real-Time Data Transmission:
If data storage is restricted, can I retrieve the data in real-time and directly send it to other platforms without storing it in the application?