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 Mar 15, 2024. It is now read-only.
I generate a token for myself according to the instructions, but my token is not recognized when syncing project gradle.
i receiveing this error : "You must provide a valid token".
what is a valid token? i copied my token from here: https://login.flurry.com/programmatic/token
The text was updated successfully, but these errors were encountered:
I would like to understand how you are providing the token to the plugin.
The recommendation is that you set the token in an environment variable and specify the name of the variable for the token property in the plugin configuration.
If for some reason, if you want to specify the token in the configuration itself, please add the field useEnvVar with the value false.
Note: We have identified that the name of the field useEnvVar is misspelt as useEnvironmentVariable in the documentation. We will have a PR shortly to fix that. Please try the above steps to see if it works. Please reach out to us if you face further issues.
hi @suriyasundar92,
goody day.
i fixed this by adding the field useEnvVar with the value false.
it currently works well and no issues occurred so far, and yet i have no clue the way of implementation of setting that in an environment variable.
thanks for replying.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I generate a token for myself according to the instructions, but my token is not recognized when syncing project gradle.
i receiveing this error : "You must provide a valid token".
what is a valid token? i copied my token from here: https://login.flurry.com/programmatic/token
The text was updated successfully, but these errors were encountered: