When a member authenticates for a business app of type "Team member file access", then in the second leg of oauth the uid is empty:
Example:
{
"access_token": "8H9QotNcSyAAAAAAAABUbI0E-amnsmasnjsd...",
"token_type": "bearer",
"team_id": "dbtid:AACyGZWrUW...yzXtNuwYtLsVjoE",
"uid": ""
}
Any idea why cant this be the uid of the user who authenticates?
Thanks,
Manish