Most voted "dropbox" questions
Dropbox is a service for file storage and sharing. It is based on the concept of "cloud computing". The developer of the program makes available computer plants that store their clients' files. Once the files are properly copied to the company’s servers, they will be accessible from anywhere that has access to the Internet.
Learn more…6 questions
Sort by count of
-
3
votes1
answer618
viewsAccess Dropbox folder on Android
Is there any way to access the Dropbox folder? I have the following problem, I am developing a webapp that will work local in tablets of an event, so for this I am using the Androphp app and I would…
-
1
votes0
answers102
viewsPHP connection to Dropbox on HTTP
I just took a test to implement the Dropbox connection in a web app, it worked apparently fine except it only works on localhost, which makes it even take the Dropbox permission but doesn’t bring it…
-
1
votes1
answer55
viewsUnrecognized Element (Download Files)
I am trying to make a code to download the file in a folder and returns me this error unrecognized element. Code: string pasta = Environment.GetFolderPath(Environment.SpecialFolder.ProgramFilesX86)…
-
1
votes1
answer133
viewsAPÍ Django-storages Dropbox url error Pattern
I am using the following API: https://django-storages.readthedocs.io/en/latest/backends/dropbox.html I have exactly everything configured, from the lib installed to the settings of Settings.py. A…
-
0
votes1
answer153
viewsSave android studio project
I’m making an app and my biggest fear is losing the project (if my pc breaks for example) I want to know if you can save the project to Dropbox or Google Drive without damaging the app, or if…
-
0
votes0
answers21
viewsdropbox_client Authorize with token does not work on IOS
Hello, I have an application developed in flutter that use Dropbox to upload images, I access Dropbox by dropbox_client https://pub.dev/packages/dropbox_client and upload images. However, on IOS it…