Questions tagged [uber-api]

For questions about developing software that utilizes the Uber API. DO NOT ask customer support questions here. Please send those to Uber's customer support department.

864 questions
-2
votes
1 answer

Information on the number of rides - UBER

I am trying to understand how many rides are created by Uber in a city. Idea is look at the employment generated by Uber. Is there a way to get such information from API's
Sam2203
  • 21
  • 1
  • 3
-2
votes
1 answer

Uber Driver app

Most rideshare drivers drive for more than one comapany, they have two apps online and when a ride comes in and they accept it they have to go to the other app to go offline to keep from getting a ride from the other company. Would both Uber and…
-2
votes
1 answer

Mobile Web Button Documentation on Uber

I notice that there is docuemntation for iOS and Android on how to set ride parameters on uber but not for mobile web. How would one set the ride parameters in this case?
-2
votes
1 answer

Uber API - HTTP Response with error code: 409

I'm using the Uber API to create a ride request (with node-uber) I first get the user authenticated (uber.authorization after getting a calback from uber.getAuthorizeUrl). Then I call the estimate API and get a response…
Ron Harlev
  • 16,227
  • 24
  • 89
  • 132
-2
votes
1 answer

Send message to Uber driver when requesting ride

I want to be able to send a message to the Uber driver when I request a ride through the Ride API for web. How would I go about this, I already have setup OAuth access, and can access other data as required, but I need to be able to send the driver…
Tim Rideyourbike
  • 667
  • 1
  • 6
  • 14
-2
votes
1 answer

Uber Refresh Authenticator crash

My app receives accessToken, refreshToken, expiryTimeInMillis after doing uber webSetup. These I am storing in file via StoredCredential. Whenever I have to create a session I create Credential as follows by reading values stored in…
user1479604
  • 117
  • 1
  • 3
  • 12
-2
votes
1 answer

How to whitelist (Production) my android app in Uber?

I am using uber api in my android app. Firstly I am getting invalid scope in uber after authentication to my account, but later I find out the solution for this. This is working when I add an account(email) as admin in developers in uber dash…
-2
votes
1 answer

Can an Uber Driver ID be used as a authentication tool for a third party app?

We are building a similar type of feature app like Uber but rather than build out the driver authentication and verification pieces, we would prefer to simply Use the Uber Driver ID as an auth. Can this be done?
-2
votes
1 answer

When will Uber Pool be added to the Uber Developers API?

As the question says, when will the Uber Developers API support Uber Pool? Thanks!
Shortcut
  • 25
  • 5
-3
votes
1 answer

[dart_FLUTTER]: got a problem with run source code i got on udemy

i cant run this project can some one help me? this is link source code: https://drive.google.com/drive/folders/13NSpP1bg6uzfeehKZ_igD4p59M0ddSbM?usp=sharing the errors: sdk version: i tried to run "flutter clean" and "flutter pub get" but it still…
-3
votes
1 answer

How to schedule a ride with uber api?

There is no option in uber api documentation to schedule rides for future. But the following products provide Uber pre-booking: https://www.ridesharp.co/ https://www.trykommen.com/ How is this possible?
-3
votes
1 answer

Uber api Error occurred during authentication: mismatching_redirect_uri

sessionConfiguration = new SessionConfiguration.Builder() .setClientId(ClientID) .setServerToken(ServerToken) …
-3
votes
1 answer

Uber Login Error

We have integrated Uber in our android app. Once OAuth is completed, user will be redirected to a web view. Recently in few cases, user is redirected to an error screen (user is entering correct credentials ). Can you direct us to a correct…
-3
votes
1 answer

Errors configuring UberRush javascript module

Utilized the UserRUSH API that can be found on this link: UBERRUSH Javascript API: https://github.com/mjk/uber-rush Installed (Ubuntu server) this package by calling npm install uber-rush This created node_modules folder. Received errors below…
LGmbrider
  • 1
  • 1
-3
votes
1 answer

Uber Driver Income via API

I don't see this in the Uber API documentation. Am I missing something? The API must support this information because Airtax are able to pull the information.
1 2 3
57
58