0

I'm developing an Android application that uses Google Fit data.

I would like to get the permissions and the Authorization Token on the mobile app and send the token back to the backend so they can ask for user history data.

Is it possible? If so, please share how I could do that (native app, Java)

B001ᛦ
  • 2,036
  • 6
  • 23
  • 31

1 Answers1

0

I couldn't find a way of doing this and the workaround is opening a link to a webpage designed to authenticate the Google user and redirect the permissions back to the server.

  • 1
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Mar 02 '22 at 10:12