Questions tagged [dropbox]

Dropbox is a free cloud storage service that lets you bring your photos, docs, and videos anywhere and share them easily. It uses a web interface and cross-platform file syncing application to manage files in the cloud. It also features an API.

Dropbox is a free cloud storage service that lets you bring your photos, docs, and videos anywhere and share them easily. The paid services add more features and space. It uses a web interface and cross-platform file syncing application to manage files in the cloud. It also features an API for both the files and login services.

3543 questions
12
votes
1 answer

Dropbox API v2 - trying to upload file with files_upload() - throws TypeError

I have been trying to upload a simple file to dropbox using the files_upload() function in python3 Even trying out the code in the tutorial provided on Dropbox's site I get an error and I don't understand why. What am I missing here? Here is my…
gasparrobi
  • 123
  • 1
  • 5
12
votes
4 answers

Error when distributing an IPA over the air with dropbox - iOS 7.1

As Apple requested to use https instead of http for distributing the IPAs over the air, I tried to use dropbox. I followed this solution Enterprise app deployment doesn't work on iOS 7.1 but I'm getting this error: "Cannot connect to…
nano
  • 2,511
  • 4
  • 25
  • 42
12
votes
1 answer

How does DropBox protect its python code?

I know that DropBox uses a lot of python code in its application, so i'm wondering how it protects the code from being stolen because it seems pretty difficult to obfuscate python code (protecting python code). I've read about software that…
bab
  • 2,119
  • 3
  • 28
  • 49
11
votes
3 answers

Dropbox Sharing file URL

I am developing an application for Android and which uses Dropbox for organizing the files. I am exploring the Dropbox API but its description and help is limited, as there is no documentation for the Dropbox API. I still would like to manage the…
Ijaz Ahmed
  • 2,330
  • 4
  • 19
  • 27
11
votes
0 answers

Can't use google to log users into dropbox

I am building a app that allows interaction with Dropbox. I have successfully authenticated to, and Dropbox is returning a key and template using it's default login page. However, when I try to use the login with Google option for Dropbox upon…
Austin
  • 726
  • 4
  • 22
11
votes
3 answers

Expo on iOS is constantly refreshing my React Native app on MacOS, caused by Dropbox / iCloud

I'm building a simple React Native app and using the Expo iOS app to run it. But Expo is constantly refreshing my app, making it unusable / untestable. It refreshes every few seconds, sometimes multiple times a second, when I haven't changed…
Luke Knepper
  • 931
  • 8
  • 18
11
votes
2 answers

how to download file (any form) from dropbox using R

I tried download.file('https://www.dropbox.com/s/r3asyvybozbizrm/Himalayas.jpg', destfile="1.jpg", method="auto") but it returns the HTML source of that page. Also tried a little bit of rdrop library(rdrop2) # please…
YJZ
  • 3,934
  • 11
  • 43
  • 67
11
votes
2 answers

How can I convert a select element to radio buttons with jQuery?

I am trying to convert select boxes to radio buttons on the fly using jQuery, and I'm not sure the best way. Example HTML: