Comments
-
Hi @"athithan", Did you try to authenticate on continue as a regular user after authenticate as admin during start listing members instead of always as admin? 🤔
-
Hi @"babydream", Where are you creating your links? 🤔 You can list existing links only; if there is no any link, as seems it's, the result you got is something normal.
-
@"elroy690" wrote:... When I let the whole sync process run through, everything will be back to normal afterwards? ... Yes. As I said, the application uploads everything anew. This doesn't mean that every file will be updated; Dropbox server, on its own, checks out and if nothing changed (the file is the same) upload is…
-
Hi @"elroy690", Yes, you have done mounting in the proper way. 😉 @"elroy690" wrote:... I copied the whole content with rsync, which is a standard linux tool and should work fine. I don't think the rsync command changes anything. Do you? ... 😁 Yes rsync is useful tool, but the "evil" is in details! How exactly you ran…
-
Hi @"synology_support", To be clear what's going on with your account using your application, let's do a test. Wipe temporary all team scopes, if any, out of your application' permissions (and after the test, bring them back, again if any). Execute following commands one by one in the same order: curl -X POST…
-
@"elroy690" wrote:... I have two Dropbox folders, but I renamed the old one, so this shouldn't be a problem, should it? It's a Linux system and I put set /home directory to the new drive, so actually Dropbox shouldn't even notice that something is different, cause I copied the whole /home content to the new drive. ... Hi…
-
@"hugolia" wrote:... W: GPG error: https://linux.dropbox.com/ubuntu focal Release: The following signatures were invalid: BADSIG FC918B335044912E Dropbox Automatic Signing Key Any idea how to solve it? Hi @"hugolia", Yes, replace "focal" to "disco" in Dropbox repository settings. 😉 Should be enough. Hope this helps.
-
@"BenDBX" wrote:... @"Graeme T.1" the repository issue was fixed last week. You should be able to update without receiving this error message. ... Hi @"BenDBX", What you mean "fixed"? 🧐 Did you take a look on the Release.gpg file both in "disco" and in "jammy" sections of the repository? 🤔 Did you see that they are the…
-
@"pankajetal" wrote:... I'm able to make the powershell script work using my access token but it won't work for other users. ... $token= "https://www.dropbox.com/oauth2/authorize?client_id=<my app ID>&response_type=code" ... Hi @"pankajetal", Since you can make you script work with access token, does the token that work…
-
Hi again @"IndyDev", Hmm.. 🤔 Yes, I can see your issue (after some number of repetitions). It's nothing related to API; that's rather core Dropbox feature that seems unstable for some reason. Let's hope this will be fixed soon. I can see some scheduled maintenance; 🤷 let's see tomorrow. Good luck, to all of us.
-
Hi @"IndyDev", Your link can get checked with wget (as always): $ wget https://www.dropbox.com/s/kwguigqasfct9um/bp14-f-24x36-a.jpg\?dl\=1 --spider Spider mode enabled. Check if remote file exists. --2023-04-18 01:01:09-- https://www.dropbox.com/s/kwguigqasfct9um/bp14-f-24x36-a.jpg?dl=1 Преобразувам www.dropbox.com…
-
Hi @"ms97", The metadata, you posted, shows that you have uploaded nothing. That's why an error appears. Hm.. 🤔 Such error can show a more useful message, but... Let's hope this will be improved and no so strange and confusing message gonna appear. 😁 Anyway, check what you're passing using 'output.read()' during your…
-
@"Gene_Parmesan" wrote:... I haven't tried running your script, @"Здравко", although I did read it to puzzle out how your caching worked. ... To be honest, I'm not sure can understand what you ask actually. 🤔 It's as trivial as possible. I just keep the authentication data ("refresh token", "access token", and access…
-
Hi @"brtdvrs", Does your application able to access your entire account or access only your App' folder only? 🧐 If the access is restricted, your can't see anything outside your App's folder! Recreate the application if you set it's access restricted by mistake. 😉 Hope this gives direction.
-
Hi @"DavidW2", If you follow the install steps in @"Gene_Parmesan"'s answer, but use my script (see above), doesn't it works? 🤔 If so, can you post details about what error are you getting? Again, it's unlikely the scripts, posted here (not only the my one), work on team/business account - some more coding has to be done,…
-
Hi @"jraymonds", What about using getCurrentAccount() (or /2/users/get_current_account)? 🧐 The info there - teamMemberId - may be more useful about the "me". 😉 @"jraymonds" wrote:... First, since this is an in-house app in a controlled space do I need to worry about member IDs changing? ... Every user has its own member id…
-
@"rschuber" wrote:..., but the dropbox folder does not synchronize until a user is signed into the device. ... Hi @"rschuber", Yes, it's so because official Dropbox application works as a regular application (or user service), not as a system service, 🤦 unfortunately. So the Dropbox application needs running user session…
-
Hi anonymous, I'm not aware Dropbox UI provide such a feature. If you have some coding experience (even limited), you can use Dropbox API to do that. You can do that using different coding methods (including shell scripts). Read the URLs out from your JSON, in a loop, and pass them to entry point /2/files/save_url (or…
-
Hi @"tranvu", Seems there is some bug in Dropbox Embedder. Let's hope it will be fixed soon. In meantime you can use Jay's proposal for raw link embedding as a workaround (either permanent or temporary). I just check it out and it's working: Good luck. 😉
-
Hi again @"Esikhoob", While you're saying "in my Dropbox's account", be aware this can mean many different things. - i.e. in your web browser, in your local folder (if you have installed the official Dropbox application, that what I mean with "local" in my previous post), in the response of SDK call…
-
Hi @"Esikhoob", If you try to list your account content, is there such entry which path match to the path you're passing during link creation (take in mind root namespace has to be the same for business accounts)? 🧐 If no, that's why the path can't be found. 😉 If you're trying to pass local path, it won't work, both as…
-
@"lezan" wrote:... 2. I handle the request with an API function, make a call to the Dropbox endpoint and share the file (I am the owner of the file) with the new email. 3. Send an email to the user with the download link. ... Hi @"lezan", Hm...🤔 Can you clarify, why actually do you need both ways? In point 2 you're…
-
@"Esikhoob" wrote:... I think there is a third way. using your answer in https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-function-in-NET-SDK-is-for-oauth2-token/m-p/673861 , I can generate access token in .NET side (modified .NET`s SDK) and send them to Javascript side and use that to send file with help…
-
Hi @"Esikhoob", You can handle your problem in 2 ways generally. You can forward (re-upload) the files your users upload to your website to Dropbox using any of the available upload methods (depending on the files count/size) without storing them to your server at all. Such a way is more predictable since you're doing…
-
😁Hi again @"lymanhurd", Is that some sort of rhetoric? 🤔 @"lymanhurd" wrote:... I strongly suspect, from viewing analogous questions that the answer is "no", but I did not find an answer that I thought definitively answered exactly this question and also some of the relevant posts were three years old! Why to be NO? I have…
-
@"lymanhurd" wrote:... At this point I need to inform the original uploader and share the new file with them. Is there a way to do this short of creating a custom folder per uploader? Hi @"lymanhurd", You can upload/create a file/folder, wherever/whenever you want to, in the users account. Since every account is assigned…
-
Hi again @"swa22", You didn't mention exact steps you have used to receive your result in OP. That can be source of different confusion types. Take in mind that the result is context sensitive! Context - the current user as assigned by 'Dropbox-API-Select-User' header. Different users can have different access and in this…
-
@"swa22" wrote:... My question is regarding the lower used = 7234056173955 number. It looks entirely irrelevant. ... Hi @"swa22", That's the space the particular team member (most probably you) is using already. 😀 Doesn't it clear? @"swa22" wrote:... The allocation by team is allocated = 9895604649984 ... Correct.…
-
Hi @"Robert T.26", There are some missing features in Dropbox for Linux and there is no way this BUG to be compensated. For simplifying exclusion of everything else (as much as possible), but a desired folder, you can use following script: #!/bin/bash…
-
@"prsny" wrote:... I want the files to appear in Teams/Sharepoint with the same date as in the Dropbox Windows folder and Web App. How do I clear all the Version History and Activity? Hi @"prsny", Your issue description does lead to conclusion that the service you're using is somewhat buggy. Since the correct time shows up…