I am currently testing the dropbox api's .
As a test I have logged into dropbox with two user accounts, (admin user and a regular operator) . When uploading or deleting a file , from both users, dropbox sends out a webhook with the admin user account id ? Why should this happen.
Below is an example of the event data:
{"event": {"delta": {"users": [123456789], "teams": {"dbtid:AAD8kB2EnFJ0gLq8": ["dbmid:AADCCx57kFX"]}}, "list_folder": {"accounts": ["dbid:AA
Dh77aHewSdqZ"], "teams": {"dbtid:AAD8kB2EnFJ0gLq8": ["dbmid:AADCCx57kFX"]}}}
i get the same dbid for both the admin user and the operator user for a file upload.