From 54728e3141bbee6b3f3aa2f6ff10a8dcdc0bd807 Mon Sep 17 00:00:00 2001 From: ThibaultBee Date: Mon, 23 Oct 2023 14:37:44 +0000 Subject: [PATCH] Docs/mobile readme upload token only --- api/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/openapi.yaml b/api/openapi.yaml index 6fe15c8..e248123 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -3397,6 +3397,8 @@ paths: // First add the "video.api:android-api-client" maven dependency to your project // Documentation: https://github.com/apivideo/api.video-android-client/blob/main/docs/VideosApi.md#uploadWithUploadToken + VideosApiStore.initialize() + val workManager = WorkManager.getInstance(context) // WorkManager comes from package "androidx.work:work-runtime" val token = "to1tcmSFHeYY5KzyhOqVKMKb" // The unique identifier for the token you want to use to upload a video.