uber/rides-python-sdk

Unable to authenticate session with server token

ussumant opened this issue · 1 comments

from uber_rides.session import Session
session = Session(server_token= TOKEN )

Returns error of invalid syntax.

Have you defined TOKEN with an application server token? You can create an application on the Developer Dashboard which will give you a server token to use.