Uber API returns 404 no_partner_for_user with valid token -


i have valid oauth token retrieved uber api driver account. when hit endpoint:

curl -i -h "authorization: bearer xxxxx" https://api.uber.com/v1/partners/me

i'm returned with:

{"meta":{},"errors":[{"status":404,"code":"no_partner_for_user","title":"the user not have partner account."}]}

my colleague can hit same endpoint valid token same driver , receives account data.

edit

just confirming account we've authed absolutely definitively driver account.

the user not have partner account, looks rider authed , token using.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -