Drive SDK For Android AuthIntent Is Null
I'm trying to integrate Google Drive into my Android app so that I can store files in a user's Drive. I've enabled both Drive SDK and Drive API in the App Console and set up my Oau
Solution 1:
Try using mContext.getApplicationContext()
in your GoogleAccountCredential.usingOAuth2
call rather than mContext
as that seems to have fixed similar issues elsewhere.
Post a Comment for "Drive SDK For Android AuthIntent Is Null"