dshbq
dshbq
@doncung could you please check and let me know.
I am using the latest box sdk version (4.0.11). Regarding `proguarding `, I am using the debug verison of the app , it does not have `proguarding`
I have custom class for handling box Session, a singleton class. Inside the singleton class, this is what I m doing for initialization of boxSession: ` private BoxSession getBoxSession(Context context)...
Thanks For Response. so, as u said `he session you are using from init is still in the process of refreshing, and any api calls used to make it will...
Hi @doncung , I tried copying user information from the previous authInfo inside refresh provider but now i started getting that error everytime. **Could you please give a simple example...
@doncung As per your suggestion, i tried putting `boxSession.refresh().get();` instead of simply calling `boxSession.refresh()` while refreshing the token but i am still getting the same error as mentioned first time...
Hi @doncung , could you please check my above comment. Thanks!!
Thanks @doncung !! I will check this.