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
Thanks for creating a new issue for this feature request (following your comment on #429)
With the next release, the SDK will provide a more helpful error message for permission denied errors and more information when a certain error is not yet handled by the SDK (e4f4199)
403 Errors
Firebase reported missing permissions to access the statistics
for the requested Dynamic Link. Please make sure that the
Google Dynamic Links API is enabled for your project at
https://console.cloud.google.com/apis/library/firebasedynamiclinks.googleapis.com
If the API is enabled, you or the Service Account you're using
might be missing the required permissions. You can check by
visiting
https://console.cloud.google.com/iam-admin/serviceaccounts/
and making sure that the Service Account has one of the following roles
- Firebase Admin
- Firebase Dynamic Links Viewer
- Firebase Dynamic Links Admin
Other errors
Failed to get statistics for dynamic link. Please inspect the
response for further details.
If the response type is not covered by the SDK, please create
a new issue in the SDK's GitHub repository and include the
HTTP Status code (`$response->getStatusCode()`) and the
message body (`$response->getBody()->getContents()`)
Describe the feature you would like to see
In our project, we needed dynamic links and fcm, so the head dev created the project and gave me Editor permissions, in dashboard I can read this:
And while using SDK to get dynamic link statistics I was getting the error saying:
Then I tried to get more details about the error and could do that using try, catch
Result of catch:
So, I guess I don't have permission to see analytics.
p.s
Ask head dev to give me permission to access analytics once I will granted to will update the issue ^^
Regards.
The text was updated successfully, but these errors were encountered: