No App Check token for request

4,120 views
Skip to first unread message

Mohammad Alhobayyeb

unread,
Oct 13, 2022, 12:36:05 PM10/13/22
to Firebase Google Group
Hi,

My Android app is integrated with Firebase.

I can read from and write to Firebase Firestore.

I can read from Firebase Storage.

However, I cannot write to Firebase Storage.
I get the following in my Logcat:
W: No App Check token for request.


Everything was working fine. However, I decided to try out App Check.
I enabled App Check, added my SHA-256 ... etc
No enforcement only monitoring.

Then I started getting this error of not being able to upload to Firestore Storage.

W: No App Check token for request.

I disabled App Check API and Play Integrity API

However, I still get this error.

Now I am stuck, my app cannot upload to Firesbase Storage.

Wei Xi Fan

unread,
Oct 14, 2022, 3:49:22 PM10/14/22
to Firebase Google Group
Hello,

The App Check warning is likely not the cause of the issue. It is just an informational log statement, and it is not an error.

Your Storage writes are being denied probably for another reason -- for example, please check that your Rules are set up correctly to allow the write. Please also consider using the Emulator Suite to unit test and debug your set up.

Regards,
Victor

Mohammad Alhobayyeb

unread,
Oct 24, 2022, 10:51:57 AM10/24/22
to Firebase Google Group
You are right. It was a bug on my implementation.

Thank you :)

Reply all
Reply to author
Forward
0 new messages