Closed Ibrahim-97 closed 10 months ago
Have a look at fetchTimeout
.
I doubt you need headers: ['Content-Transfer-Encoding: base64']
I also think MimeTypes.TEXT
should be used instead of MimeTypes.BINARY
.
@Ibrahim-97 Don't forget to add google drive scopes in your sign in with google like this:
GoogleSignin.configure({
webClientId:
"*******************************************************************",
scopes: [
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/drive.appdata",
],
});
and also add them in you google cloud console
error : [AbortError: Aborted]