Skip to content

OAuth consent screen is showing wrong required permissions. #109

Description

@castrohenworx

Hi!
First of all thank you for your library!

In theory everything works fine, but in practice there is a problem with the google compliance. When the consent permission screen appears, the text says something about giving consent to share email address and profile picture instead of the steps we actually want to read.

image

The permissions constant looks like this:

const permissions = [
  {
    kind: Fitness.PermissionKinds.Steps,
    access: Fitness.PermissionAccesses.Read,
  },
];

Everything else works correct, but the consent screen does not allow us to pass the audit done by Google.

I would really appreciate if you could take a look at this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions