You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
I need authenticationToken for server side of mi application, to provide saving files by other users.
I red whole documentation about rest API, and I fount that there are 2 ways :
response_type=code
response_type=token
Use android debugger I saw your login query, your query used responce_type=code, not token.
But server side return token and refresh token to me, and authToken == null every time.
How can i get authToken from your sdk?
The text was updated successfully, but these errors were encountered:
I need authenticationToken for server side of mi application, to provide saving files by other users.
I red whole documentation about rest API, and I fount that there are 2 ways :
Use android debugger I saw your login query, your query used responce_type=code, not token.
But server side return token and refresh token to me, and authToken == null every time.
How can i get authToken from your sdk?
The text was updated successfully, but these errors were encountered: