Document Upload in offline mode? (S3 using AWS DataStore )

0

Currently using the AWS Amplify DataStore to build an offline enabled application using react native and expo, but my data is a bit complex because it includes primitive data types(like string, number, array), also includes some files(pdf, images, doc). I want the feature to save document in offline mode, the application data is working in offline mode as per design. When the user comes back online , the documents will be uploaded to S3, offline should save it to the application (upload docs feature)

Read AWS documents, the AWS Mobile SDK for android mentioned that we can allow the offline feature including documents for Android (Storage - Using GraphQL API - Android - AWS Amplify Docs:https://docs.amplify.aws/sdk/storage/graphql-api/q/platform/android/#client-code). BUT CANNOT FIND THIS FEATURE FOR JAVASCRIPT

If anyone can help -PLEASE I AM STUCK! :-)

Thank you so much.

Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen