I am using Google’s Colab notebooks for some python scratch.
I noticed that when I do an auth refresh on an API it works at first, but then 403s every time thereafter. Running the same code locally 200s fine.
I couldn’t find any documentation online, but I’m wondering if Colab doesn’t play nicely on token exchanges because of its protected local storage. Is there a workaround I should be considering?
1