dropbox

Retrieve all image files using Dropbox Core API

混江龙づ霸主 提交于 2019-12-11 12:41:27
问题 I am working on Dropbox Core API with Google App Engine (python). There seems to be some problems with Dropbox-python-sdk on GAE. Therefore, I have choose to use the Core APIs directly. My app is trying to retrieve all image files from a user's dropbox (with file type permission). But I couldn't find a way to get all files without specifying the root/path (all the APIs stated here requires a specific file path) Any idea? 回答1: EDIT Dropbox actually recommends not automatically recursing via

xampp 1.7.3 upgrade broken virtual hosts access forbidden

99封情书 提交于 2019-12-11 12:11:49
问题 I've got a similar issue to that reported by another user here XAMPP v1.7.4 installation issues,local host not working Upgrading xampp to 1.7.3 (osx) in my case has broken my virtual hosts. In /etc/hosts I've got 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost 127.0.0.1 mysite.test In /Applications/XAMPP/etc/httpd.conf I've got: LoadModule rewrite_module modules/mod_rewrite.so #uncommented Include /Applications/XAMPP/etc/extra/httpd-vhosts.conf

Dropbox Dropin Saver - Can I upload files from a computer?

白昼怎懂夜的黑 提交于 2019-12-11 12:11:28
问题 I am using Dropbox's Dropin Saver to upload files into my Dropbox account. Can I upload a file from my computer (not from a web site)? 回答1: No. Presumably the user could just do that on dropbox.com if they wanted? 回答2: As finding the straight-forward solution to your question is still not easy, let me point you to the Dropbox API Explorer: Create a Dropbox Web-App with a few clicks. Use its Access Token in the Dropbox API Explorer/upload to create a code snippet including a preview for what

Dropbox标记功能结合微软Office实现文档协作

杀马特。学长 韩版系。学妹 提交于 2019-12-11 11:49:09
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 今天打开微软PowerPoint时,看到右侧多出来一个Dropbox的悬浮按钮,后来知道这个按钮就是Dropbox的新功能: Dropbox标记 。 使用该功能,你可以实现以下的功能: 了解谁正在查看或编辑文件 更新至文件的最新版本 立即共享您在处理的文件 在文件上征求反馈或文稿 查看文件历史记录以查找您已更改或删除的内容 下面就把我的使用体验分享给大家 继续阅读>> 来源: oschina 链接: https://my.oschina.net/u/52437/blog/528570

Dropbox chooser in an iframe

女生的网名这么多〃 提交于 2019-12-11 11:03:59
问题 Is it possible to open dropbox chooser in an iframe. I've followed the doc to integrate chooser in my application, but when clicking on the chooser button it opens in a browser window. I've seen some applications which opens Dropbox chooser within their application in a modal popup. Is it possible? 回答1: This is technically possible, but we (Dropbox) need to specifically allow it for your app. By default, nothing on dropbox.com will allow itself to be put in an iframe for security reasons. (E

NSURL of UIImage from UIImagePickerController returns (null)

别说谁变了你拦得住时间么 提交于 2019-12-11 10:35:50
问题 - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editInfo { userURL = [editInfo objectForKey:UIImagePickerControllerMediaURL]; userImage = image; userImageView.image=userImage; [self dismissViewControllerAnimated:YES completion:nil];} I then take NSURL userURL, and put it in an UIActivityViewController to use to upload the image. However this never works, and always fails as it's trying to upload (null). However

Get OAUTH 2 token from Dropbox using SDK

孤者浪人 提交于 2019-12-11 10:07:10
问题 Is there any way to get the oauth 2 token from the ios dropbox sdk? Generally the token received is oauth 1 token but I need that oauth 2 token. Please help me Thanks in advance.. 回答1: If you have an OAuth 1 token, you can convert it to an OAuth 2 token via the /token_from_oauth1 endpoint. See also https://blogs.dropbox.com/developers/2014/03/upgrading-a-dropbox-oauth-1-token-to-oauth-2/. 来源: https://stackoverflow.com/questions/30504591/get-oauth-2-token-from-dropbox-using-sdk

Dropbox API request token not working with Python 3?

十年热恋 提交于 2019-12-11 10:04:05
问题 I'm maintaining a Python application using the official Dropbox API. To ask the users to let my application use their Dropbox account, I use a small script using the DropboxSession class, which is clearly the same as the one we can find on this blog post : # Include the Dropbox SDK libraries from dropbox import client, rest, session # Get your app key and secret from the Dropbox developer website APP_KEY = '******' APP_SECRET = '******' # ACCESS_TYPE should be 'dropbox' or 'app_folder' as

Read informations from application preferences instead from AndroidManifest.xml

为君一笑 提交于 2019-12-11 09:08:13
问题 I'm new in Android dev and I'm developing an Android App using Eclipse. I provided a functionality to Synchronize database on Dropbox. To do it, Dropbox give me a key value to use for authentication. This key have to be inserted in AndroidManifest.xml <activity android:name="com.dropbox.client2.android.AuthActivity" android:configChanges="orientation|keyboard" android:launchMode="singleTask" > <intent-filter> <!-- Change this to be db- followed by your app key --> <data android:scheme="db

Error while distributing app on air using dropbox

主宰稳场 提交于 2019-12-11 07:58:05
问题 I am using Enterprise certificate to distribute on air using dropbox following this link: http://aaronparecki.com/articles/2011/01/21/1/how-to-distribute-your-ios-apps-over-the-air While creating plist I used a dummy application URL and title i.e. https.....ipa, AppName resp. Both ipa and plist Uploaded on dropbox Used shared link of plist from dropbox and mention on HTML document I used HTML webpage/document shared link (replacing www.dropbox.com by dl.dropboxusercontent.com). But unable to