cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

not getting geo_location on audit logs

not getting geo_location on audit logs

guymayor
Explorer | Level 4
Go to solution

Hey,

when I use get_event (https://dropbox.github.io/dropbox-api-v2-explorer/team/#team_log_get_events)

1. the geo_location property inside the origin of the event sometime not exists.

2. sessionId is an empty string

logging like:

 "origin": {
        "access_method": {
          ".tag": "end_user",
          "end_user": {
            ".tag": "web",
            "session_id": ""
          }
        }
      }

Do I need to have some configuration to get this info? I am on the advanced plan

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

There isn't anything additional you should be doing. Both of these fields are marked optional and may not always be available, for various reasons, e.g., due to a historical data gap. You can find more information on the different fields in the documentation here.

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution

There isn't anything additional you should be doing. Both of these fields are marked optional and may not always be available, for various reasons, e.g., due to a historical data gap. You can find more information on the different fields in the documentation here.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?