Skip to content

Commit

Permalink
Merge pull request #83 from apivideo/docs/mobile_readme_upload_token_…
Browse files Browse the repository at this point in the history
…only

Docs/mobile readme upload token only
  • Loading branch information
bot-api-video authored Oct 23, 2023
2 parents 215156b + 54728e3 commit 19716fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 19716fb

Please sign in to comment.