REST API: Avoid Library Global Initialization Scope (Google Earth Engine Python API)
I’m building a REST API backend that fetches authenticated URLs for map tiles from private image asset collections in Google Earth Engine (GEE). Each user of the API has a unique Google Service Account (SA) linked to their requests. The backend uses these SA credentials to authenticate and execute operations through the GEE Python API.