Got some simple code:
b2 = B2(B2_KEY_ID, B2_APP_KEY)
bucket = b2.buckets.get(B2_BUCKET)
That returns a 401 - unauthorized:
This happens in latest version 0.2.1 but if I roll-back to 0.1.10 there is no issue with the same code. Am I missing a change or is there an underlying issue with 0.2.1?