Comments
-
@"TheOmnisis" wrote: ..says the Linux partition isnt ext4, which it clearly is..... Hi @"TheOmnisis", For an easy way to check what partition/FS type is in use, you can run following in your terminal: stat -f ~ Is the result expected? 😉 If you have difficulties understand it, post the result (or screenshot) here. Hope this…
-
@"awb" wrote:... Tried looping through users and admins ... ... and? 🤔 What is the result? You didn't mention. If result, what's it, otherwise, what's the error?
-
@"awb" wrote:... Is there anyway to locate this folder when I have the ID? ... Hi @"awb", Did you try GetMetadataAsync method with your ID? If not, give it a try. Does this call return something meaningful or an error? If error, what error? 🧐 Hope this gives direction?
-
😀Are you sure? Take a look again and don't believe in what's denoted - it comes from people, people make mistake! By the way, on your info panel may be seen the file size expressed in Bytes (NOT MB). Try express this size in the both ways in MB and see what to what matches, as I said (keep in mind roundings there). One…
-
@"Jean-Charles M.1" wrote:... Example : a .pptx file: on pathfinder's get info: 9.1MB, on dropbox 8.64MB ... Hi @"Jean-Charles M.1", That's interesting topic. 🤔 A topic about digital information measurement units. You denoted both value as expressed with the same unit. Is it certain? 🧐 Did you check it? 😉 There are 2 main…
-
Hi @"Graphicus44", There are some... strange things in your description: @"Graphicus44" wrote:... And since I sync'd up Dropbox online (after copying my data to the new drive) the online version of my files now has those same (newer) folder modification dates. ... If no any new folder or file comes there, nothing's gonna…
-
Wow, that doesn't seem to be a Dropbox emblem. 🤔 Do you use some other sync/cloud storage service? If so, keep in mind that such services cannot work together and it's not a good idea to try. Online/offline control should be available through the context menu (right mouse click on particular file).
-
Hi @"Preston J.", It's likely you try open a file that's not in sync locally. Is your file in "online only" status? If so, make it available offline and then try open it (once it's marked with massive green emblem, not just tinny green check). 😉 Hope this helps.
-
@"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…