Comments
-
Hi @"nasta", The best way to use such application is contacting app developer for updates. For long time, already, new access token cannot be without expiration. Existing long lived token, issued long ago, may still be used, but new access token is always short lived! It's likely updating your application would solve the…
-
@"jack-gpt" wrote:... Is there a way to put it into production without making it publicly available? Hi @"jack-gpt", It's up to you, whether your application will be public or not. Your Dropbox' application profile is accessible behind corresponding Dropbox account only (i.e. your account). As far as your Dropbox account…
-
@"lazyCoder", You definitely demonstrate laziness when reading documentation (something matching to your nickname). 😁 When you're going to use some library, read the documentation of particular library first! 👈 Did you do that? 🧐 Sarcasm, of course. The libcurl documentation may be seen here. There are lots of options that…
-
@"Greg-DB" wrote:..., so you'll need to create new shared links for the fixed behavior. Yes, but no!!! Now, with new link the behavior changes, but stays incorrect; now with new link to the same file…
-
Hi @"djschoch", Take a look here for instance. You may use import, but it's not something mandatory. 😉 Hope this helps.
-
Hi @"Joe_AR", There are many different things that could get wrong that may lead you to such a state. It's difficult to point one (impossible actually). Typical mistakes are: * wrong account authenticated - you're putting files/folders in one account (authorized your application by mistake) and expect the same…
-
Hi @"Micki12", If you have question why particular application ask you to log in in such a way, ask... the application developer or support. I doubt somebody here, on this forum, can give you reliable answer of such a question. If you are not developer of the particular application, you cannot change the application…
-
Hi @"Lightfeather", Such differences may come up when you observe the same file with/on systems using different prefixes (binary - classical/old school fashion - or Si) and this file is few kilobytes at least (i.e. prefix appears). In your case Dropbox uses binary prefixes in all cases while Mac (more accurately Finder -…
-
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…