dropbox

Access dropbox api without clientside authentication?

泪湿孤枕 提交于 2019-12-23 09:17:00
问题 I'm trying to create a smooth solution for sharing files with a custom presentation of the files (logos fonts etc). My ideal would be to put the files in a dropbox folder and then have a webpage, on a separate server, access those files over javascript and display a list of them linked to the actual files. A demand is that the end user don't have to authenticate with a dropbox acocunt in order to access the files. I would rather like to use a public folder or use files from another account.

Authentication to dropbox on tvOS

怎甘沉沦 提交于 2019-12-23 07:51:28
问题 I am using dropbox sdk in my ios mobile app ,it uses dropbox authentication fetches users files from dropbox in my application .. its working perfectly on my ios application and its uploaded on apple store . i want to make it available for tvos apple stores also. but i am unable to authenticate to dropbox in tvos , as it opens authentication dialog to login and there is no way for the user to fill it, the UI does not meet the tvOS requirements. So I want to open a tvOS dialog for username

Core data sync via Parse

泪湿孤枕 提交于 2019-12-23 04:52:17
问题 I am interested in developing a library that would sync a core data model across devices via the Parse mobile backend. I want to mirror the functionality that iCloud core data sync attempts to provide. Why not use iCloud or Ensembles? I am currently using iCloud core data sync in a production app and it is not working well for me. I also want to provide authentication independent of the Apple ID which is another reason I want to get away from iCloud. As far as Ensembles is concerned, I am not

Core data sync via Parse

て烟熏妆下的殇ゞ 提交于 2019-12-23 04:52:04
问题 I am interested in developing a library that would sync a core data model across devices via the Parse mobile backend. I want to mirror the functionality that iCloud core data sync attempts to provide. Why not use iCloud or Ensembles? I am currently using iCloud core data sync in a production app and it is not working well for me. I also want to provide authentication independent of the Apple ID which is another reason I want to get away from iCloud. As far as Ensembles is concerned, I am not

WinAPI: Call context menu entry provided by shell extension

落爺英雄遲暮 提交于 2019-12-23 04:33:05
问题 The software Dropbox provides an shell extension which adds context menu items to all files in a specific folder. One of these generates a public link to view the selected file. In a C# tool I want to call this entry without any user interaction. I want to achieve the same behavior as if the user clicked on the context menu item of a selected file. I know that the shell extension is provided by a DLL, is it possible to make a call to this DLL to achieve the expected behavior? 回答1: Shell

Uploading file to Dropbox with Devdefined OAuth library

▼魔方 西西 提交于 2019-12-23 03:58:19
问题 I am trying to upload a file to the Dropbox REST web service while at the same time using Devdefined's OAuth library. This is the method I'm using: public static void UploadFile(string filenameIn, string directoryIn, byte[] dataIn) { DropBox.session.Request().Put().ForUrl("https://api-content.dropbox.com/1/files_put/" + directoryIn + filenameIn) .WithQueryParameters(new { param = dataIn }); } The method doesn't appear to do anything, nor throw any exceptions. There's no errors in the output

Invalid dump format pgbackups:restore even with Dropbox download link

空扰寡人 提交于 2019-12-23 03:18:30
问题 I'm trying to transfer data from my local postgresql dump file to a Heroku database. I've been trying to use pgbackups:restore using the tips I found in SO but this error below is a brick-wall: "INVALID DUMP FORMAT HTML document text". I think the problem definitely lies in dropbox. I try to copy the URL From this Dropbox screen (the link on the Download button), after clicking the "Share" link. But the 'Invalid Dump Format HTML document text' error shown below is persisting. I've tried

How to upload multiple files at the same time using the dropbox java api

浪尽此生 提交于 2019-12-22 13:59:02
问题 I would like to know how to upload multiple files to dropbox using the java dropbox api. I would like to know this as currently, when I want to upload a folder, I recursively go through every file in the folder and upload them one by one. However, I find this too slow. So, I thought that I could just upload all the files in a folder at once. But, how would I do this? Should I create n number of threads and each thread uploads a single file or what? 回答1: Yes, you can call the API using

No such module 'SwiftyDropbox'

ぐ巨炮叔叔 提交于 2019-12-22 13:53:56
问题 First of all - I'm working with Xcode 8 and Swift 3. Now I want to integrate the Dropbox API (SwiftyDropbox) in my app. Because I'm very new in iOS programming I'm not sure if I've done all the steps correctly. I decided to use CocoaPods. So I innstalled the Pods tool and changed to the directory of my project. It's that directory which holds my .xcodeproj file. I hope this is correct? I called "pod init" and added the SwiftyDropbox framework. My Podfile looks like this: # Uncomment the next

rDrop dropbox api non-expiring tokens/seamless token issues

我只是一个虾纸丫 提交于 2019-12-22 10:28:41
问题 I am using the rDrop package that is available from https://github.com/karthikram/rDrop, and after a bit of tweaking (as all the functions don't quite work as you would always expect them to) I have got it to work finally in the way I would like, but it still requires authorisation verification to allow the use of the app, once you get the token each time, as I think that tokens expire over time...(if this is not the case and I can hard code in my token please tell me as that would be a good