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.
Questions tagged [uber-api]
864 questions
41
votes
7 answers
Post form data with axios in Node.js
I'm testing out the Uber API on Postman, and I'm able to send a request with form data successfully. When I try to translate this request using Node.js and the axios library I get an error.
Here is what my Postman request looks like:
The response…

Mike
- 2,633
- 6
- 31
- 41
31
votes
2 answers
SFSafariViewController Remove OAuth2 Cookie
I have an iOS application that authenticates with Uber API using OAuth2 in a UIWebView. When upgrading to iOS 9, I run in to the issue of ATS blocking the https request for the login page. I then added an exception for the Uber login page, but then…

duncanc4
- 1,191
- 1
- 9
- 17
12
votes
0 answers
How can I set access scopes for my application using the Uber Developer dashboard?
I registered my application on Uber Developer Dashboard (server Asp.NET application). In the Auth tab of Dashboard I found the parameters for authorization: Client ID, Client Secret. Using OAuth2 I successfully received authorization code in ASP.Net…

Olga Grankina
- 121
- 4
9
votes
1 answer
Where Can I find the detailed API for Uber Eats?
I could find the API for Uber Rush in https://developer.uber.com, but not for Uber EATS, where would this information lie?

Anand
- 111
- 1
- 1
- 4
9
votes
3 answers
Uber API - Missing scope: request
I am making a request to https://sandbox-api.uber.com/v1/requests using the Bearer token for my account (which is the admin of the Uber app).
When I make the request I get a 401:
{
"message": "Missing scope: request",
"code":…

George Harnwell
- 784
- 2
- 9
- 19
8
votes
2 answers
Cannot add scope in Uber Developer Dashboard
I'm trying to authenticate against the Uber REST API using Auth 2.0, but there seems to be a problem with scopes. As soon as I specify a scope (even non privileged ones), the /authorize request fails with "Invalid scope". If I exclude the scope…

oskob
- 1,386
- 1
- 11
- 27
7
votes
1 answer
Uber Eats API scopes
I'm following the Uber Eats API documentation and i'm having trouble with it. I want it to work with my point of sale web app.
The documentation say:
To generate a client credentials token, retrieve your client_id and client_secret for your app…

Matheus Toledo
- 71
- 2
7
votes
1 answer
Open uber from my app with pickup and dropoff location prefilled without using sdk
I want to open uber from click of button in my app with pickup and dropoff location prefilled without using uber sdk. I followed the link which suggest deep linking but its not working :…

Ishika
- 2,187
- 1
- 17
- 30
7
votes
3 answers
Uber Invalid OAuth 2.0 credentials provided Uber Authentication In ios Swift
I'm implementing the Uber's Request Endpoint in my iOS (Swift) App. The Request API/Endpoint requires the user authentication with the app, here is the doc.
For this I'm using this Oauth2.0 library
What I did is
successfully integrated the Library…

Qadir Hussain
- 8,721
- 13
- 89
- 124
6
votes
2 answers
Android h3: A Hexagonal Hierarchical Geospatial Indexing System
I want to integrate h3 java binding library to my android app and I'm getting following exception:
java.lang.UnsatisfiedLinkError: No native resource found at /android-armv7l/libh3-java.so
at…

Siv
- 193
- 2
- 16
5
votes
0 answers
Uber API scopes do not appear in the dashboard page
I have recently registered my first app on the Uber API and see the dashboard of the app but can't get around the authorization scopes.
The docs say "Under the Auth tab, click Request Full Access next to a privileged scope".
However, I don't see a…

kemakino
- 1,041
- 13
- 33
5
votes
1 answer
H3 hexagons not matching
I'm trying to use the polyfill function with the Python's h3 implementation, but I'm recieving unexpected results.
If I use the function with fixed resolution, I can get and show a polygon grid as shown above.
But when I want to create a grid with…

Pablo Pardo
- 729
- 5
- 12
- 26
5
votes
0 answers
Server_Token key access
I have created a new app in the uber dashboard. The server token field in the auth tab shows "Please reach out to your Uber Business Development representative for server token access." There is no support email to get the access? Please help me to…

Vignesh Tr
- 59
- 1
5
votes
1 answer
How to find the locations (indices whose lat long co-ordinates are stored in geo-json format) within 5 Km radius of a h3 index in h3-js?
I'm creating a hyper local delivery service app . I can only receive order if there is a store within 5 km radius from the user . I stored the store locations in geojson format . Is there a function in h3-js which will take radius , array of stores…

Goutham Raj R
- 181
- 7
5
votes
2 answers
Uber server token are not working any more, How to generate new server token
Uber server token are not working any more, on dashboard it shows "Please reach out to your Uber BD Representative for server token access."

Lavi Gupta
- 67
- 1
- 3