Questions tagged as 'dropbox'

1
answer

Access 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 locally on tablets of an event, so for this I am using the AndroPHP app and I would like my apache directory to be a dropbox...
asked by 08.04.2015 / 21:00
1
answer

Unrecognized element (File download)

I'm trying to make a code to download the file to a folder and it returns me this error Unrecognized element. Code: string pasta = Environment.GetFolderPath(Environment.SpecialFolder.ProgramFilesX86) + @"\teste\"; download = new WebClient()...
asked by 31.05.2018 / 19:58
1
answer

APÍ django-storages dropbox error url pattern

I'm using the following API: link I have everything exactly configured, from the installed lib to the settings of settings.py. The lib 'storages' in INSTALLED_APPS and the three dropbox connection variables: DEFAULT_FILE_STORAGE = '...
asked by 24.11.2018 / 15:56
0
answers

PHP Connection with Dropbox in HTTP

I just did a test to implement a web application to connect to Dropbox, it worked apparently okay except it only works on localhost, which causes it to even take the dropbox's permission but does not bring it back to the app. Inside the dropbox...
asked by 19.04.2016 / 16:11
0
answers

error in the pattern when uploading the dropbox via django admin

WhenItrytouploadanimageviaDjangoAdmintosaveitonthemediaanduploadittothedropboxaccordingtothesettings: link MEDIA_URL = '/ media /' MEDIA_ROOT = os.path.join (BASE_DIR, 'media') STATIC_URL = '/ static /' STATIC_ROOT = os.path.join...
asked by 27.11.2018 / 14:23
1
answer

Save android studio project

I am making an app and my biggest fear is losing the project (if my pc crashes for example) I want to know if I can save the project to Dropbox or Google Drive without damaging the app, or if there is another way I can save it security the proje...
asked by 08.12.2017 / 06:25