dropbox

Upload files from dropbox/box account to my server using an iphone app

你说的曾经没有我的故事 提交于 2019-12-11 07:57:44
问题 I have an api to upload files to my server. I need to make iphone an app to transfer files from dropbox to my server. My question is Do I necessarily need to download the files from dropbox/box account to iphone and then upload to my server using my api? Or Can I skip the part of downloading the files to the device and directly upload from a dropbox/box account to my custom server? Or Optionally keep only few files in sync between the iphone and dropbox, and upload the local copy of file to

Dropbox Java: Use Proxy with authentication

送分小仙女□ 提交于 2019-12-11 07:40:04
问题 I want to create my DbxRequestConfig Object with a StandardHttpRequestor , because I need it to use a Proxy. The Proxy is a http Proxy, Port 80, and needs authentication. Proxyaddress: http://myproxy.com Proxyport: 80 Proxyusername: username Proxypassword: password So I tried to use the global Java Proxy setup: System.setProperty("http.proxy","proxyaddress") //... http.proxyUser, http.ProxyPassword //and so on It did not work. After looking into the StandardHttpRequestor I realized I need to

Setup Continuous Deployment with DropBox on Windows Azure Website

☆樱花仙子☆ 提交于 2019-12-11 07:20:07
问题 Where I work, our marketing team is looking for a "quick and easy" method up periodically updating some files on a website of ours. I opened my mouth and said "We can use Azure Websites with DropBox!". It all works fine, except that with DropBox, files only deploy if I log into the Azure Portal and click Sync. Needless to say, this is a deal breaker, because the users want to save a file and have everything appear magically. Is there a way to setup continuous deployments via DropBox on Azure?

How to restore Sublime Text settings and preferences and undo the symlink created in Dropbox?

我怕爱的太早我们不能终老 提交于 2019-12-11 07:00:01
问题 How can I restore Sublime Text settings and preferences and undo the symlink created in Dropbox? I cannot access the Sublime Text 2 preferences on my machine after creating a symlink in Dropbox. These are the commands I ran on my primary machine: cd ~/Dropbox ln -s ~/'Library/Application Support/Sublime Text 2' sublime-text-2-settings These created "sublime-text-2-settings" in the Dropbox root directory. Then on a second machine, I ran the following commands: cd ~/Library/Application\ Support

Stuck at File Upload Download App in DropBox using java

独自空忆成欢 提交于 2019-12-11 06:51:51
问题 I am working on Dropbox api using java. first app is to upload and download file in dropbox account. I got a token to authenticate with dropbox but when i try to uploading file in account i get bad request error like: Exception in thread "main" com.dropbox.core.DbxException$BadResponse: unexpected response code: 401 at com.dropbox.core.DbxClient$4.handle(DbxClient.java:274) at com.dropbox.core.DbxClient$4.handle(DbxClient.java:270) at com.dropbox.core.DbxRequestUtil.doGet(DbxRequestUtil.java

Downloading a file using the Dropbox Python library

假装没事ソ 提交于 2019-12-11 06:15:48
问题 Environment: Windows 7, Python Tools for Visual Studio, Python 2.7, Python Package dropbox(6.9.0), Access Token from my Dropbox account The following code is run: import dropbox access_token = '<token value here>' dbx = dropbox.Dropbox(access_token) with open("C:\Test.txt", "w") as f: metadata, res = dbx.files_download(path="/Test.txt") f.write(res.content) It errors on the last line with the following: "No disassembly available" I don't understand the error not being a Python developer.. the

With Eclipse, errors in trying to Import previously Exported Android project, reports a workspace conflict

十年热恋 提交于 2019-12-11 05:35:48
问题 I am using Eclipse for Android. I had a fresh/clean new workspace created. I had a folder where a pre-existing Android project was exported to from Eclipse. I open Eclipse from using this new workspace and do Import > Existing Projects into Workspace > I select the project folder which is a previous export > Finish . All is great with this importing, as the files are all there and the directory structure is as it should be. Then after some edits I do Export > General - File System > I select

Error reading an xlsx file from Dropbox using the R package 'repmis'

好久不见. 提交于 2019-12-11 05:06:06
问题 I need to be able to read a sheet from an xlsx workbook into R for use in a Shiny app. (I know it should be a csv file, but that is unfortunately not my decision...). (Edited to add: The file I need to read is on dropbox) I am trying to use the repmis package. The code I have tried is simply: library('repmis') library('xlsx') lnk<-"https://www.dropbox.com/s/pzyt86pguko3xg6/TestBook.xlsx?dl=0" my_data<-source_XlsxData(lnk, sheet="MainData", startRow=1) Unfortunately I get the following error

Automatically Switching Between Symbolic Links and Folders

时光总嘲笑我的痴心妄想 提交于 2019-12-11 04:47:28
问题 I currently have my Dropbox saved on an external drive. I'm trying to figure out if at least one of theses two things is possible when I do not have my external drive with me: Can I create some kind of 'switch' so that when my external drive disconnects, the symbolic link automatically become a folder which I can still store my info in like usual, and next time I connect my external drive it will become a symbolic link again and upload the files that I stored while the drive was disconnected?

Is Dropbox a WOPI Host? Is the Dropbox integration also available with the desktop version of Microsoft Office applications?

徘徊边缘 提交于 2019-12-11 04:41:45
问题 I believe Office and Dropbox integration is only for Office Online and not for the desktop versions of Office. I looked up the File -> Open menu in the Winword.exe 2016 and didn't see a way to add any other place other than One Drive and Office 365 SharePoint. This leads me to believe that the One Drive and Sharepoint integration with the desktop versions are perhaps OAuth 2.0 implementations. And the Office Online and Dropbox integration is a WOPI one, Dropbox being the WOPI host? Could you