Comments
-
@"codeconfigs", I cannot be more concrete without more exact point/example what are you doing and it's going wrong accordingly. @"codeconfigs" wrote:..., we found some duplicate ID's ... There is no way to exist duplicate IDs. Every file/folder ID identifies in unique way particular file/folder. Though, keep in mind that…
-
@"donheff" wrote:... The file I most need to have access to is not in a subfolder in Dropbox, it is in the Dropbox folder itself along with the subfolders. ... If I simply check of the subfolders so they don't sync, will this group of files at the top level sync? Hi @"donheff", Yes, for sure. 🙋 Even more - there is no way…
-
Hi @"lfranchi_pilot", Your error doesn't come from missing scopes. 😉 There is another error that comes in place for missing scopes - "missing_scope". Currently, this is not the case. Your error denotes that you don't have permission to create regular folder on the place where you try, not something else! There may be…
-
Hi @"Geniatech", First of all, your question is not related to Dropbox API in any way; it doesn't matter that started from application linking initiated through Dropbox Java SDK. Your issue is related to general account sign up. As seems there is some glitch (likely temporary incident; you simply got short stick). Did you…
-
@"gmadeira1" wrote:... Could it be related to that? Hi @"gmadeira1", No. It could be related to where you got that id from and how. Can you clarify? Also, try forget your first (troublesome) user identifier and get it in the same way as you have done for the second. Is it still troublesome? Hope this gives direction. PS:…
-
Hi @"EWE", First of all your question has nothing to do with Dropbox API. You're discussing Dropbox application' features. In general Dropbox folder is a folder like any other folder and like any other folder may have additional (rarely used otherwise) features. In particular Dropbox folder on Windows usually use so called…
-
@"Greg-DB" wrote:... These temporary links refer to the data itself, and so may continue working ... @"julio_diniz_perdigao" Yes, as I investigated a bit more it seems like that's the rule. Whenever link fails after permanent deletion, it's rather by mistake - status code > 500 (unstable core work). @"Greg-DB", this means…
-
@"julio_diniz_perdigao" wrote:... Is this normal? Look at this scenario.... Hi @"julio_diniz_perdigao", No, it's not normal if it is. How exactly are you testing it? 🤔 Is there any chance some cache to confuse you? I just tested and it works as expected. Can you provide exact steps for reproduction.
-
@"minis" wrote:... The problem that after I associate it and get the token that through specific api I go to use in my app everything works fine, after a few days (in which maybe I made changes to the app) the token is no longer recognized. ... Hi @"minis", You haven't mentioned explicitly, but most probably with "token"…
-
@"codeconfigs" wrote:... However, I’ve encountered an issue with duplicated file IDs when using the Dropbox SDK in PHP. ... Hi @"codeconfigs", Your description is very "thin" and not enough for any conclusion. What are you doing when that happens? 🧐🤔 Some example API calls sequence letting the issue reproduction might…
-
@"it9" wrote:... 1. What is stored in these attributes? Synchronization information? ... Hi @"it9", Such attributes are used by Dropbox everywhere (on all FSes where Dropbox application works). The attribute value keeps file identification information (maps local file to the cloud equivalent). @"it9" wrote:... 2. If I…
-
@"deeptivr94" wrote:... I am using multipart/form-data to upload an excel file ... @"deeptivr94", If you use "multipart/form-data", that's exactly what you save in your file. 🤷🙂 It's NOT your file but it's multipart form data encoded representation of your file. That's it - one to one. You can check as open your file in a…
-
@"deeptir94" wrote:... The API response shows successful upload and I can see the file at the correct location. ... The file seems to be corrupted when I try to download and open. The source file on my desktop NOT corrupted. ... Hi @"deeptir94", Your description means you have called API upload request almost correct (i.e.…
-
@"kennyroyelphej" wrote:... I have their refresh_token and can generate the access_token. ... ... Error: `{"error":{".tag":"invalid_access_token"},"error_summary":"invalid_access_token/"}` ... Hi @"kennyroyelphej", The error message shows that the access token is not generated as needed or maybe it's not valid anymore (has…
-
Hi @"cjr_lyris", Does your 'personal_folder' ends with slash or not? 🧐 Incorrect decision may lead to in malformed path and such an error accordingly. If I have to bet, that's it. 😉 Follow Greg's advice to confirm it or reject. Hope this gives direction.
-
@"myavatarworld11" wrote:* I want users to be able to upload files to a specific Dropbox folder from my website. ... Hi @"myavatarworld11", To do that, you need some sort of API integration (with or without using helper SDK). In general there are 2 ways to do so: * using generated upload link that desired file gets…
-
Hi @"WWAIT", There should be something else changed on your end. I just tried and no issue with file bigger than 10MB; it's the same like for smaller files. Does by any chance something else change together with the size in the HTTP request - something you have ignored? You may try binary dump of your request and see…
-
@"hhting" wrote:... If the filename contains non-printable char (ascii < 32), we encode them using unicode. (according to this encoding doc) ... Hi @"hhting", Since Dropbox API uses JSON encoding (RFC4627), you need to encode all codepoints < 32, as described in documentation: ...The representation of strings is similar to…
-
@"1575475", take a look here. Hope this helps.
-
Hi @"bookworm314", Can you post some failing command, exactly as you typed it, with example link - a link that otherwise works?
-
Hi @"1575475", You're mixing different things. File/folder id is NOT the same as shared folder id!. 🙂 That's where your confusion comes from. Even more - in such a way you have created regular folder, not shared folder. 😉 Hope this clarifies matter.
-
@"perco" wrote:... * sharingGetSharedLinkFile ... @"perco", I want to mention something I skipped before; just for completeness. Once you have gotten the file content using the mentioned call, you don't need to use any link at all, so no any CORS issues would take place. You can just use received Blob object to initialize…
-
@"Greg-DB", Just to avoid confusion: I don't think that's the issue source (or it's unlikely at least). Usually such URLs (instead of Paths) are used in context of proxy. For better understanding the issue, it's good idea to be posted some binary dump (that will let issue reproduction - eventually), I think.
-
Hi @"perco", In cases like yours, an easy workaround would be to replace original share link domain, pointing to your music/song (www.dropbox.com) to dl.dropboxusercontent.com, without changing anything else. 😉 That's it. Hope this helps.
-
@"rkanyok" wrote:... This code now just generates a broken link: <img src="https://www.dropbox.com/scl/fi/o8m8ndhzdhu5d72x84m2h/AP_Mirrabella_ShortKimono.jpg?rlkey=0iqsx5rs7c0vsj5kz78hlc9wp&st=nupsa3yn?raw=1" border="0" width="626px"> ... Hm..🤔 @"rkanyok", nothing generates broken link, but you have broken it. As mentioned…
-
@"awb" wrote:... POST: POST https://api.dropboxapi.com/2/team/features/get_values HTTP/1.1 Authorization: Bearer omitted ... Hi @"awb", I was surprised that Dropbox tolerates such a protocol mistake. The requests fail on Dropbox API servers because of much smaller mistakes. How actually did you construct such a request? 🧐…
-
Hi @"Graham", No so helpful, unfortunately. The methods described here (including the one from me, but not only) are convenient for relatively short lists (up to 25~30 entries sometimes or more - depending on your screen size and its orientation). Dropbox site design drops significant part of all invisible entries from the…
-
Hi All, 😉 For those of you wanting to print files/folders list of particular Dropbox page and not "afraid" of typing a line of code there is a simple solution: * Navigate to the page/list you want to print. Here you may want to align table columns for better page fit. * Open the browser console - something specific to…
-
@"Greg-DB" wrote:... That change has been fully deployed now. Unfortunately, in my own testing it doesn't appear this change helps, ... @"Greg-DB", I don't know what's fully deployed, but if that deployment has not been dropped in meantime, there is no any effect of it. I just checked and as seems additional new line is…
-
@"IanHuang" wrote:... Can we fetch the link from returned file Response directly? ... Hi @"IanHuang", Using such a way you always get some link back - even if you don't want. @"IanHuang" wrote:... Currently fetching that url returns nothing. ... There is no way to be nothing! It's another story if what you get is not what…