Application Server-Integrations: LoRa Cloud Geolocation

Hello,

I was trying to get the position of my end-nodes using Lora Cloud Geolocation. I have created a account in www.loracloud.com to generate a token:

This token was recquired lora cloud when i add The Semtech LoRa Cloud integration, which i copied and pasted:

after that, i didn´t see any change in the uplinks :

is there something more i should do? should i configure my gateways in some way? should i write a new configuration file (chirpstack-application-server.toml adding [application_server.integration.lora_cloud] for example with a concret configuration )? thanks in advance

When a location can be derived from the uplink meta-data, there will be a separate location event.

My gateways provide their locations and we can see them on the dashboard:


But when i go to Gateways / GW_ID → LIVE LORAWAN FRAMES i can´t see any uplink with the topic “location”.
The way i have had configured this new integration in Applications APP_ID1 → INTEGRATIONS–> UPDATE SEMTECH LORA CLOUD INTEGRATION is the following:

first configuration:
Geolocation enabled: OK
TDOA based geolocation: OK
RSSI based geolocation: OK
Token : XX…giSG (obtained from loracloud.com)
Geolocation buffer TTL (seconds): 0
Geolocation minimum buffer size: 0

second configuration:
Geolocation enabled: OK
TDOA based geolocation: OK
RSSI based geolocation: OK
Token : XX…giSG (obtained from loracloud.com)
Geolocation buffer TTL (seconds): 100
Geolocation minimum buffer size: 8

but i didn´t have success with any of them. Do i need to configure something more?