Comments
-
Hi @"yuffie", There is easy workaround. 😉 Instead of waiting Dropbox decision whether to let the application access (identified with particular app ID), create your own and use it immediately. Even more, the review may has initiated automatically by Dropbox (after enough users are linked already), but the app author may be…
-
@"Greg-DB" wrote:@"Здравко"The URL to a particular file, with the file in the path of the URL, should point to the file in particular, and support downloading just that file in particular when using dl=1. I tried that and it did work for me. ... Hm...🤔 It's fine that it did work for you, it don't work for me though. 🤷 Yes,…
-
Oops... sorry. Before there was copy link feature... I by mistake tried copy to account, but the rest is the same. .... Note also that in the popup is not the file name, but the shared folder name! Even when I fetch the file link (using either the page code or API), replacing dl=0 to dl=1, leads downloading entire folder…
-
@"Greg-DB", Let me add something here. Yes, there was issue related to Dropbox Embedder itself ("was" because the current one is different and fully covers/blurs the previous, so no very clear - the issue me and you discussed above is now invisible). The current issue is Dropbox core issue! This issue affects everything.…
-
Hi again @"jpimbema", I just reproduced the issue and yes, I now recall that there is still unresolved incompatibility (not full compatibility at least) between Dropbox Embedder and new link format (especially folder links), unfortunately. Dropbox Embedded "forgets" that rlkey needs to be kept in nested file links. 🤷 It…
-
@"jpimbema" wrote:...: Anyone with this link: can view That's the actual link I copy into the embed code. In such a case your issue doesn't nothing to do with "edit link". It's just not "can edit" link type in such a case, but "can view". To be sure, you may recreate the link and check anew - the link you're using may be…
-
@"jpimbema" wrote:Only for the embedder. Thanks @"jpimbema". @"Jay", your mistake - nothing API related! As I said, check the actual link you have created - don't suppose it. In your account, on right of the folder, you want to show, is a share icon (it displays only when cursor hovered). Push it and see what's on the…
-
@"Jay", It's still not clear if particular issue is API related!!! That's why asked how it's used! That may be nothing API related at all.
-
@"jpimbema", Is that, you posted, used only for Dropbox Embedder or for other things too (like Dropbox Chooser)?
-
@"jpimbema" wrote:... Now, I've read that a link containing /scl/fo/ is an edit link. Why do some folders produce a link containing /scl/fo/ and others /sh/ while we explicitly ask for a read only share link? ... Hi @"jpimbema", There are 2 folder link formats (one is being in depreciation /sh/ and other - the successor…
-
Hi @"samanderson", Following your desire, you can do it in 2 nested steps. First you need to enlist all shared links using /2/sharing/list_shared_links and next in recursive way list all nested folders to for all links to shared folders using /2/files/list_folder/continue while keep in mind that the recursion must be…
-
Hi @"Greg-DB", I want to ask for one Dropbox Chooser improvement in context of the current thread (and not only - the same is valid for entire content of dropins). I think would be useful instead of relying on 'postMessage' (something that mandates popup window and button to work on same engine) communication to be…
-
Hi @"cantonfoshan", I just checked and everything seems working as expected. Are you sure your code has enough access there? 🧐 Share enough steps, so the issue becomes reproducible (code snippets if possible). Describe the link generation and its usage leading to the result described.
-
I just said it's more efficient - low latency (if this is important for you). Something that difficult can be achieved just looping with listing only. For individual account you cannot achieve information who changed particular file, only the file(s) can be figured out. For team account, you have to use team endpoints…
-
@"sarshavs", If you want to check if there is some event (file/folder change), usage of endpoint /2/files/list_folder/longpoll is much more efficient compared to continuously pooling. Such a solution would work with both personal and team account. Once an event appears you can check what has changed. Good luck.
-
@"sarshavs" wrote:... that the api's im using: https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor https://api.dropboxapi.com/2/files/list_folder/continue ... Hi @"sarshavs", Just to underline here that as a result of such calls sequence only file/folder changes happened between first and second endpoint calls…
-
No, you don't need to give me access. It's not matter of the Bubble part of the application, but how you browser (or rather embedded web engine) handle it. That's something you have to know in advance or be able to see at least on your own. The basic question is: When you push the Chooser button, does the Chooser window…
-
Hm.. Are you able to use the same browser to select something while using the official documentation page? 🧐 (select the same button there) I don't have access to such browser right now. Also, did you check the support state (including on the test page)? Add: Another reason could be if you use browser different than the…
-
Hi again @"tenzin", As far as I can see you have seen already the answers of question you set. (sorry - I didn't saw your post earlier) Anyway... For someone interested in, more info can be seen here. There are links to the test page (posted earlier) and editor (where the example setup could be seen). 😉 Good luck.
-
@"BradHenderson" wrote:... I thought I could just load the app onto a different device provide the app with correct token and Dropbox would give access to the new device. ... @"BradHenderson", That's something normal and expected to be as you think. For some reason (i.e. some mistake) it's not. You should debug your…
-
Hi @"BradHenderson", As the error message shows, you have referred non existing file/folder. There is variety of reasons such thing to happen: you have deleted your file/folder unintentionally and as a result path doesn't exists or used id changed, you have selected different namespace (in case of team account), etc. Good…
-
@"tenzin" wrote:Do you know how to implement this on an App built on Bubble.io? ... @"tenzin", You can take a look on an example here to how Dropbox Chooser can be used to implement some player as well as for anything else (just select appropriate settings/fields) on Bubble.io. Chooser is usable for mobile as well for…
-
Unfortunately, that's very difficult to diagnose. Also keep in mind that it doesn't matter how long particular code works! So: @"programmer" wrote:... works fine for hours if using google drive. ... is unrelated, the important thing is how! If you keep doubt that it's Dropbox server related, try investigate outside your…
-
Hi again @"programmer", Sometimes the forum spam filter activates just so - nobody knows why. 🤷 Don't ask me. Anyways... Your issue is not related to Dropbox itself (neither Dropbox API nor Dropbox SDK). There are are lots of reasons why your link could slow down. To one or other extent it's always related to your…
-
Hi @"Greg-DB", Expanding support for different media types would be really fine, but regardless of the final decision for whether and/or when that to be done, documentation may be improved. 😉 At present definition of what's photo and what's video in content of type MediaMetadata is missing and predisposes confusions! (I…
-
Wow.. Yes, you are correct. As seems it works stable only for jpegs, but not png or gif.... Don't ask me why! 🤷
-
😀 I'm receiving roughly the same (or equivalent) when I skip turning on the media info. Did you skip that step? (Note in the request body above: "include_media_info":true) 👆 By default media info is off! Hope this clarifies matter.
-
I just tried for an arbitrary image and its as follows (a bit shortened for clarity): > POST /2/files/get_metadata> Host: https://api.dropboxapi.com> User-Agent: api-explorer-client> Authorization: Bearer ***********valid*access*token********> Content-Type: application/json> >…
-
Hi @"dnaz", To get image or video media info in metadata you need to call /2/files/get_metadata endpoint. The media info is not supported on other endpoints for number of years already. Hope this helps.
-
Hi @"UserMateUser", What's that 'token' variable and where it comes from? 🤔 Did you try dump it just before client construction? If not, check this at the beginning. Good luck.