This endpoint requires at least one of the following scopes: profile, surge_accept, request, request.delegate
问题 I am developing an application using Uber API, I used Retrofit library for retrieving data from API. I have authorized my application using below endpoint: https://login.uber.com/oauth/v2/authorize?client_id=<CLIENT_ID>&response_type=code But when I tried to get estimates of products using below endpoint: https://api.uber.com/v1.2/requests/estimate?start_latitude=37.7752278&start_longitude=-122.4197513&end_latitude=37.7773228&end_longitude=-122.4272052 Then I got an issue: This endpoint