You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
isiroman
8 years agoExplorer | Level 3
Dropbox en Moodle 3.0
Hola. Soy un usuario administrador de un sitio web, que utiliza la plataforma moodle desde hace años. Hasta ahora el repositorio dropbox de moodle ha funcionado correctamente con la cuenta de cada us...
Greg-DB
8 years agoDropbox Staff
Como característica de seguridad de OAuth 2, los URI de redireccionamiento http:// no están permitidos. La mejor solución es usar un URI de redirección https://.
Si no tiene un URI de redirección https:// para usar, una alternativa es no utilizar un URI de redireccionamiento en absoluto. Si omite el redirect_uri, el código de autorización se mostrará directamente al usuario. Luego pueden copiar y pegar ese código en su aplicación, momento en el cual su aplicación puede finalizar el flujo llamando a /oauth2/token:
https://www.dropbox.com/developers/documentation/http/documentation#authorization
---
Disculpe nuestras traducciones Nuestras traducciones fueron creadas usando un traductor en línea. Nos gustaría apoyar todos los idiomas, pero actualmente no estamos equipados para hacerlo. Aquí está la versión en inglés:
---
Please excuse our translations. Our translations were created using an online translator. We'd like to support every language, but we're not currently equipped to do so. Here is the English version:
---
As a security feature of the OAuth 2, http:// redirect URIs are not allowed. The best solution is to use an https:// redirect URI.
If you don't have an https:// redirect URI to use, an alternative is to not use a redirect URI at all. If you omit the redirect_uri, the authorization code will be displayed directly to the user. They can then copy and paste that code into your app, at which point your app can finish the flow by calling /oauth2/token:
https://www.dropbox.com/developers/documentation/http/documentation#authorization
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,884 PostsLatest Activity: 17 minutes agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!