Ryan Booker
Ryan Booker

Reputation: 433

all_trips scope not returning current trip

I'm prototyping a trip experience. In debug we have a button that requests an in_progress ride to work with. Everything seems to work ok.

However, a release build (hitting the real API rather than sandbox) I get no trips back.

We have requested: request and all_trips scope. We have the test users' uber accounts added to the developer portal.

Requesting the scopes is working, we're takin to the site and it asks for the appropriate scopes, the app is listed in the user's profile.

Any ideas? Is there a region limitation, for example?

Upvotes: 2

Views: 95

Answers (1)

Richard Artoul
Richard Artoul

Reputation: 346

Could you provide some more details on the the exact flow you are following and what endpoints you are hitting?

If you make a GET request to nonsandbox /v1/requests/current with an access token for a user that is on a trip, what response do you get back?

Upvotes: 1

Related Questions