Discuss Dropbox Developer & API
Hola buen dia
Cuando trato de sincronizar un archivo desde python, utilizando la API de dropbox y en el navegador tengo abierta la cuanta de dropbox, me arroja el siguiente error.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "dropbox/base.py", line 2458, in files_upload
f,
File "dropbox/dropbox.py", line 274, in request
timeout=timeout)
File "dropbox/dropbox.py", line 365, in request_json_string_with_retry
timeout=timeout)
File "dropbox/dropbox.py", line 454, in request_json_string
raise InternalServerError(request_id, r.status_code, r.text)
dropbox.exceptions.InternalServerError: InternalServerError('8fbe5e4d96201a3ce5bff425c7d50565', 503, u'')
Quedo atento a su ayuda ya que en la web no encuentro solucion. mil gracias
Un error 503 como este puede indicar un problema temporal del servidor de Dropbox. Si vuelve a intentar la solicitud, ¿tiene éxito?
Si puede reproducir esto consistentemente, comparta los pasos y el código para reproducirlo para que podamos analizarlo. ¡Gracias!
---
Por favor disculpe nuestras traducciones. Nuestras traducciones fueron creadas usando un traductor en línea. Nos gustaría admitir 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:
---
A 503 error like this can indicate a temporary Dropbox server issue. If you retry the request, does it succeed?
If you can reproduce this consistently, please share the steps and code to reproduce it so we can look into it. Thanks!
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter 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!