Comments
-
We don't currently have an official sample for that using the Python SDK in particular, but I'll pass this along as request for one. Here's an example I put together for uploading a large files using upload sessions though: (note, I haven't tested this extensively, and it doesn't have any error handling) f =…
-
@"umalik-pd" Thanks for the feedback! In this scenario, it sounds like the "ROOT/" you're referring to is a Business "team space". Apps with Full Dropbox access can actually access files in the team space that the connected user has access to (for which they may have triggered the extensions flow). API calls do default to…
-
Dropbox is introducing new scopes functionality, as you've found referenced in the documentation. We've only just begun rolling this out though, so it is not available to everyone yet. It sounds like it is not enabled for your account yet, so please continue to use the existing non-scopes functionality for now.
-
残念ながら、このログにはDropbox API自体からのエラー応答が表示されていないようです。そのため、これに基づいて多くの洞察を提供することはできません。トラブルシューティングについては、このサードパーティツールの開発者にお問い合わせください。 -----------– 読みやすい翻訳をご提供できず申し訳ございません。当社からの返答にはオンライン翻訳を使用しています。どの言語にも対応することが理想ではありますが、現時点ではそれが可能ではありません。こちらが英語版です。 -----------– Please excuse our translations. Our responses were created using an…
-
[Cross-linking for reference: https://stackoverflow.com/questions/62718038/access-control-allow-origin-header-is-present-on-the-requested-resource ] I see you already posted this on StackOverflow and got a response there. That response is correct, Dropbox doesn't allow CORS requests on www.dropbox.com.
-
Thanks for checking that. I've tried this on iOS 13 and it is working for me, so we'll need to keep troubleshooting this to see what's breaking in your case. To try to narrow this down though, can you step through with the debugger to see what part is or isn't running? For example, is the redirect to your app (via the URL…
-
Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations, to/from Dropbox, without having the official Dropbox app installed. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:…
-
Thanks for following up. I'm glad to hear you found a workaround. I was just about to follow up here with some good news actually. We were now able to implement and enable app folder app support for the check endpoints. That should be rolling out now, so you should be able to use the check().user method from your app…
-
Thanks for the report. I can't seem to reproduce this error when I try a folder embed in Safari 13 myself though. Would you be able to share a sample page where this occurs? Feel free to open a ticket here if you'd prefer to share privately.
-
The new scopes functionality is only for granting more granular access to different pieces of functionality on the API (essentially, more granular control over which endpoints can be used), but unfortunately does not offer more options for which content to grant access to or offer a way to support shared folders in app…
-
@"WS_TimmBoeken" Thanks for the report! Can you print out and share the actual response headers/body (like miago did here) so we can take a closer look at what's happening in this case? Thanks in advance.
-
残念ながら、この出力はAPIからの実際のエラーを示していません。 Dropbox APIから受け取ったAPI応答を共有できますか?出力には、ログが含まれている可能性があることが記載されています。 -----------– 読みやすい翻訳をご提供できず申し訳ございません。当社からの返答にはオンライン翻訳を使用しています。どの言語にも対応することが理想ではありますが、現時点ではそれが可能ではありません。こちらが英語版です。 -----------– Please excuse our translations. Our responses were created using an online translator. We'd like to…
-
Thanks, in that case we'll need to investigate some more. Can you let me know: * What version number of SwiftyDropbox are you using? If you're not already on the latest version, currently v5.1.0, please upgrade to that and try again. * Can you double check you have all of the steps for configuring your project and handling…
-
Does your app use "scenes"? If so, you'll need to update the redirect handling as discussed here.
-
@"Nick-Kleinschmidt" This post is currently in the API forum (a moderator may have moved it), and I can help with questions regarding the Dropbox API. I'm afraid I can't offer much help with this topic though since it's not actually about the Dropbox API, but rather using the functionality provided by iOS and the Dropbox…
-
In order to process a copy in the member's folder like this, you should use AsMember instead of AsAdmin. (For reference, this is because the /2/files/copy_v2 endpoint uses the "Team Admin" mode for "Dropbox-API-Select-Admin", meaning it can't access the member's private files.)
-
Dropbox APIに関する問題については喜んでお手伝いさせていただきますが、さらに詳しい情報が必要です。返信してください: * 使用しているプラットフォームとSDK /ライブラリの名前とバージョン番号(ある場合) * 関連するコードスニペットを含め、問題を再現する手順。ただし、アクセストークン自体は含めないでください。 * エラーまたは予期しない出力の全文 -----------– 読みやすい翻訳をご提供できず申し訳ございません。当社からの返答にはオンライン翻訳を使用しています。どの言語にも対応することが理想ではありますが、現時点ではそれが可能ではありません。こちらが英語版です。 -----------– Please excuse…
-
Unfortunately, Dropbox does not offer the ability to grant an access token access to specific folder(s). The Dropbox API currently offers two app permissions: "app folder" and "full Dropbox". Access tokens for apps with the app folder permission can only access the special app folder created for the app in the connected…
-
From your description, it sounds like this may be related to the particular encoding of the unicode strings, so you should probably normalize the strings before comparing them. Since you mentioned you're using PHP, here's some information about this in the PHP documentation:…
-
No, unfortunately there isn't a way to work around this or perform these calls for deleted team members, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
-
You can use the ID for a folder (or file) to retrieve the metadata for the item using /2/files/get_metadata, by passing in the 'id' string in the "path" parameter. Here's a simple example of that, first getting the metadata by path, and then by ID: curl -X POST https://api.dropboxapi.com/2/files/get_metadata \ --header…
-
Thanks! Yes, we're also looking into what we may be able to do about it on our side. I'll follow up here with any updates.
-
Thanks for the report! It looks like this was due to an availability issue in certain regions. That should be resolved now.
-
@"racheldory" Got it, thanks! I'll send that along.
-
Thanks for the report. I just tried this myself and I was able to reproduce this warning in Chrome with a temporary link to a zip file with some junk in it. A txt file worked fine for me though as well. I also accessed my two temporary links directly, and the only differences seem to be, aside from the file data itself: *…
-
The Dropbox API doesn't offer a way to list/download files based on a particular prefix like this. You could use /2/files/list_folder[/continue] to list files and folders, filter the result to the desired files, and then download them using /2/files/download though. Those are links to the documentation for the HTTPS…
-
We recommend just using the official SDKs whenever possible, as they'll do most of the work for you, but you can certainly use the HTTPS endpoints directly if you'd like. You can find information on this in the authorization documentation, as well as the new OAuth Guide. Most apps currently default to long-lived access…
-
The team is reporting this should be fixed now. Please let me know if you're still seeing this. Thanks!
-
Unfortunately, exactly how you manage threads is outside the scope of support I can offer, as it's not about using the Dropbox API itself. Please refer to the documentation for your platform/programming language for information on how to use threads in your environment.
-
There are a few types of sharing on Dropbox, and exactly what the best thing to do will depend on your particular use case, but I'm not sure I understand exactly what the requirements are here. Do you need to be able to share files to your users, or have them send files to you, or both? If you just need to be able to share…