com.parse.ParseRequest$ParseRequestException: invalid session token

前端 未结 3 1571
抹茶落季
抹茶落季 2020-12-21 10:37

Hello I am working on android app in which I am using parse cloud. I have signUp into the system then after I am trying to fetch data from parse.

But I am getting an

3条回答
  •  执念已碎
    2020-12-21 11:22

    I got this error when I was trying to login while I already logged in. Try to call ParseUser.logout()

提交回复
热议问题