dropbox Questions

6

Solved

How can I upload a File (graphic, audio and video file) with Android using the Dropbox API to Dropbox? I followed the tutorial on the Dropbox SDK Android page and could get the sample to work. But ...
Cytoplast asked 22/3, 2012 at 9:52

4

I am using a subclass of AVQueuePlayer and when I add new AVPlayerItem with a streaming URL the app freezes for about a second or two. By freezing I mean that it doesn't respond to touches on the U...
Aarhus asked 9/10, 2011 at 3:14

4

Solved

I save my repo in dropbox, and one day (see date below) it went crazy. Now I get these warning every time I try to autocomplete a branch name warning: ignoring ref with broken name refs/heads/deve...
Waldron asked 6/3, 2015 at 7:36

1

Solved

I have a windows form with a drop box I need to save the selected index, but out of the lambda scope the variable is still set to zero $List = New-Object system.Windows.Forms.ComboBox $List.text = ...
Ajani asked 2/8, 2023 at 9:53

2

Solved

First off, this is not a duplicate of any of these questions, which discuss using a single Dropbox account as the backend of a multi-user app I have built a handful of apps, mostly on Windows Phone...
Epidiascope asked 30/1, 2015 at 10:31

3

Solved

I am using Python SDK and would like to retrieve all of my dropbox files and folders. I am using v2 of Python SDK of Dropbox. dbx = Dropbox("DROBOX_ACCESS_TOKEN") response = dbx.files_list_folder...
Zandra asked 7/2, 2017 at 9:21

10

Solved

I want to upload a file from my python script to my dropbox account automatically. I can't find anyway to do this with just a user/pass. Everything I see in the Dropbox SDK is related to an app hav...
Elmaleh asked 27/5, 2014 at 16:14

3

I would like to run Dropbox inside Docker container. This way I could sync data with docker by uploading it to Dropbox. And also maintain data backup, that will be useful when running new versions ...
Sinciput asked 8/1, 2015 at 8:45

3

Solved

As the title says, I am trying to generate a refresh token, and then I would like to use the refresh token to get short lived Access tokens. There is a problem though, in that I'm not smart enough ...
Leavings asked 9/1, 2022 at 13:18

9

Solved

How do I programmatically locate my Dropbox folder using C#? * Registry? * Environment Variable? * Etc...
Skulk asked 12/3, 2012 at 0:17

6

Is there a way to get "Direct File Links" from Dropbox in android code without using the Dropbox API's? I searched a lot on this but did not find a solution. Any responses will be appreciated.
Proclus asked 22/7, 2013 at 7:8

6

Solved

I have a Node.js project (actually a Firebase project) where I have the code on Google Drive. (I could use for example Dropbox instead here. The important thing is that the code files are mirrored....
Shabby asked 18/5, 2018 at 15:23

5

Solved

Dropbox rest api, in function metatada has a parameter named "hash" https://www.dropbox.com/developers/reference/api#metadata Can I calculate this hash locally without call any remote api rest fun...
Outbrave asked 22/10, 2012 at 9:6

1

Solved

I want to keep all my node projects saved in Dropbox except I want to exclude all node_modules directories from being synced to Dropbox. I used to accomplish this by keeping these directories symli...
Prolific asked 21/10, 2021 at 3:29

3

I develop both on my desktop and laptop, and I am frequently switching between them. Are there any problems that could arise from keeping a project folder in my dropbox and always accessing/editing...
Selfstarter asked 4/2, 2013 at 22:32

1

As explained by Dropbox, Smart Sync is a feature "that helps you save space on your hard drive. Access every file and folder in your Dropbox account from your computer, using virtually no hard driv...
Uam asked 7/4, 2019 at 20:16

3

Solved

I am a new to Android Development. I wish to select an image or a video from the Gallery of an Android Device. Store it in a variable of typeFile. I am doing this, since I need to upload the image/...
Chauffer asked 15/4, 2014 at 4:43

2

Solved

I try to open a file using emacs c-x c-f /Users/fred/Dropbox/foo/bar/bam/baz.txt. In the mini buffer it says... "File exists, but cannot be read". ...Next I do m-x revert buffer. Now in t...
Salesclerk asked 10/9, 2020 at 4:7

1

Solved

In Refresh token is not returned from Dropbox API when using grant_type=refresh_token The poster asks why he's not getting a new refresh token when using the new dropbox v2 api. The answer is that ...
Put asked 29/4, 2021 at 13:51

5

Solved

I'm working with people using only Dropbox as version control and collaboration tool. I don't intend to change their behavior. On the other hand, I'm a git-addicted, and want to use it for my perso...
Hope asked 9/6, 2011 at 7:14

2

My understanding of threads is that you can only have one thread per core, two with hyper threading, before you start losing efficiency. This computer has eight cores and so should work best with ...
Arrowy asked 24/4, 2017 at 8:25

3

Solved

I use dropbox to store all my documents, including my programming projects. The only drawback there is to using it is the fact that it syncs all the useless dependencies. Unfortunately, there is no...
Utter asked 6/9, 2018 at 15:17

5

Solved

I am approaching the limits of my hosting plan. I doubled it once from 2 to 4 GB and my site (a popular woodworking community in Hebrew) is getting close to using the disk space available for the i...
Raulrausch asked 31/5, 2012 at 18:14

5

I am trying to sync a code project between two computers, one running Windows and the other running Ubuntu 12.04. I use Eclipse on both machines, but the .metadata folder produced by Eclipse is cau...
Dichotomy asked 25/8, 2012 at 5:59

1

after reading the official Dropbox documentation, I managed to write this code to authenticate the user with DropBox and get his access token. The user has to copy and paste the token, I don't like...
Modal asked 18/4, 2020 at 14:0

© 2022 - 2025 — McMap. All rights reserved.