Using the Google Drive/Picker API v3 for our webapp (c#)
Implemented via the example from their docs.
Works great the first time, but consecutive attempts fail.
What happens is, the auth dialog pops up, then disappears and no picker is displayed.
If the user is in a Chrome browser, they can logout via the dropdown on the upper right-hand side. Then click the Google Drive button, sign in again and the picker works fine.
If they user is not in a Chrome browser. Again it works just fine the first time. The next time, the auth dialog appears. It then disappears, but the picker dialog is never displayed again. In a different browser the user cannot logout of google, so they are unable to access the documents.
The lack of hits when googling this topic makes me feel like it is something I have done on my end, but the login is really bizzare, so I feel like there is more to it.
We have made sure no browser popups are effecting the flow.
Has anyone ran into this? Any advice. I keep walking through example implemenations, but I keep getting the same results.
BTW. I do not see this problem on my localhost.