question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ability to pass dropbox access token to config so it doesn't require signing in

See original GitHub issue

Is your feature request related to a problem you are facing? Trying to pass dropbox access token along with appKey and redirectURI to the config https://github.com/jitsi/jitsi-meet/blob/master/config.js#L190

Describe the solution you’d like Being able to pass the dropbox token so it doesn’t ask to sign in when starting recording

Describe alternatives you’ve considered No alternatives

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
damenchocommented, Sep 11, 2020

Hum, I see. This means we do not handle correctly the passed dropboxToken to the iframeAPI and that should be fixed.

0reactions
hardik-modicommented, Dec 14, 2021

Still facing the issue with custom installation, I have enabled the dropbox like mentioned in https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-web-integrations#creating-the-dropbox-app-for-dropbox-recording-integration.

I also added the dropbox access token like this jitsiApi.executeCommand ‘startRecording’, { dropboxToken } in IFrame API but no luck.

I tried by disabling this dropbox: { appKey: ‘dropbox_app_key’, redirectURI: ‘https://yourdeployment.com/static/oauth.html’ } as I am adding token jitsiApi.executeCommand ‘startRecording’, { dropboxToken } in IFrame API but still no luck.

Read more comments on GitHub >

github_iconTop Results From Across the Web

OAuth Guide - Developers - Dropbox
This guide covers how to implement an OAuth flow using the Dropbox API. Topics include access tokens, PKCE, scopes, and authorizing your app...
Read more >
Write-only access token - Dropbox Community
I'm trying to create a web interface for users to upload files directly to a folder in my dropbox, rather than their own....
Read more >
Signin to Dropbox using access token - Stack Overflow
So is it possible to use the access token manually obtained as in the second link to sign in to Dropbox? I tried...
Read more >
Dropbox integration using OAuth 2.0 authentication - Docs
The first step to be able to access the Dropbox API using OAuth 2.0 is to register your application to Dropbox, that will...
Read more >
Migrating App Permissions and Access Tokens - Dropbox
When a user tries to access your app with an invalid token, redirect them to the authorization URL you use in your OAuth...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found