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.

841 questions
26
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,133
  • 9
  • 17
21
votes
4 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,185
  • 6
  • 25
  • 39
11
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…
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
  • 644
  • 1
  • 8
  • 18
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,087
  • 1
  • 14
  • 27
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,338
  • 11
  • 82
  • 117
6
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…
6
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
  • 61
  • 1
6
votes
1 answer

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,316
  • 1
  • 11
  • 25
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
  • 173
  • 1
  • 13
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
  • 639
  • 5
  • 12
  • 23
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
  • 3
5
votes
1 answer

Uber API v1.2/get/estimates/price - does it support surge_multiplier or not?

Uber API v1.2 Documentation GET /estimates/price contains an ambiguity in the definition of surge_multiplier support: it is declared as one of the parameters of the response but not presented in the example of response Additionally I checked answer…
5
votes
1 answer

Uber logout/login with different user results in showing previous logged in user on iOS

I am currently using a SFSafariViewController to log users in the uber api. SFSafariViewController does not give you access to delete the uber cookies manually after logging out. I have read this issue : How to remove access token from uber API…
gdorion
  • 51
  • 4
1
2 3
56 57