cooncesean / mixpanel-query-py

The Python interface to fetch data from Mixpanel.
MIT License
29 stars 17 forks source link

Old authentication scheme now causes 400 responses for all API requests #28

Closed robin900 closed 7 years ago

robin900 commented 7 years ago

As of 6:26pm New York time today.

https://mixpanel.com/help/reference/data-export-api#authentication

jaredmixpanel commented 7 years ago

@robin900 @cooncesean Jared from Mixpanel support here, really sorry about this disruption. Our old authentication scheme is definitely still supported. This was a temporary issue that only affected the /export raw data API. It has been fixed and everything should be back to normal now.

robin900 commented 7 years ago

@jaredmixpanel Well, thanks for letting us know. Is there a planned date for removal of the old authentication?

jaredmixpanel commented 7 years ago

@robin900 No, at this time there are no plans of dropping support for the old authentication method.

thesmallestduck commented 7 years ago

@jaredmixpanel thanks for chiming in and giving us a heads up on the issue and mixpanel's deprecation plans. I'm not an expert, but the old method of authentication seems more secure (if more onerous for the uninitiated developer). Can you share any insight into the thinking behind the deprecation?

cooncesean commented 7 years ago

@jaredmixpanel did Mixpanel recently "flip the switch" and begin to deny access to the API for clients using the old authentication scheme. Our production stack is receiving a flood of 400 response codes from MixPanel starting at ~2:18pm PST today.

jaredmixpanel commented 7 years ago

@cooncesean No, and there are still no plans whatsoever to do so. If you need further assistance troubleshooting the issue please write into support@mixpanel.com

cooncesean commented 7 years ago

Closed by https://github.com/cooncesean/mixpanel-query-py/pull/30.

@jaredmixpanel apologies; this was the wrong medium for that type of question. That said, thx for the quick response and will send all future troubleshooting requests to support 👍