-
-
Notifications
You must be signed in to change notification settings - Fork 60
anyone else getting HTTP 400/401 when retrieving token? #45
Comments
some details from fiddler:
|
thanks to Google and this nice Github Project: b2vapi.bmwgroup.com/gcdm/oauth/token/ |
for those of you who hardcoded the expiry time of the token to 8h: |
my CD implementation is done with .NET/c#. So I cannot test python… I test from europe. Changing paths was only needed for OAuth, not for further requests. |
Would you be willing to share your ConnectedDrive .NET/c# code as I'm struggling to get anywhere. I'd really appreciate it. |
it's quick and dirty, but I would share at least the core of course. will let you know, when it's in a repo here. give me a few days, okay? |
That would be amazing. Thanks so much. |
@HeraldCoupe |
Thanks. I’ve not been able to get the key and secret stuff so far unfortunately. Without that I can’t go any further. 😢 |
I think there are at least 2 ways to get the token from BMW. |
@HeraldCoupe I just updated my .NET port and added a hint for the "secret" stuff (as it can be found in any CD repo) |
@rs38 would you like to break out your .NET port into a separate (independent) repo, so that others can follow/star it and submit PRs? |
@vslee okay: https://github.com/rs38/CD-Sharp |
POSTing to https://b2vapi.bmwgroup.com/webapi/oauth/token/ with secret, key, user + password
returns bad request, since ~10 days.
I'm pretty sure, I did not change anything else.
The text was updated successfully, but these errors were encountered: