Comments
-
@"David S.118" wrote:... I'm not sure what language that example script is in. ... Hi again @"David S.118", Hah..😯 You said "I have a script I've written but...", but seems you don't have too much experience, since can distinguish one of the most popular scripting languages - Python. Some parts of the official Dropbox…
-
Hi @"David S.118", You can take a look on thread' post here for an idea how that can be done. 😉 Hope this helps.
-
@"maxiyan" wrote:... If I suscribe right now a professional access with 180 days of recovery, is there any change to find these files back ? Hi @"maxiyan", No, unfortunately. 😕 Changing subscription isn't retroactive in that context. 🤷
-
Hi @"BartLors", On the page, you linked to in your post, is a working Saver example. Just press/click the "Save to Dropbox" button and the example picture "dropblox.png" will ask you select where to put it in your account. 😉 @"BartLors" wrote:... to my webpage, to enable people to upload pictures to my dropbox. ... Maybe…
-
Hi @"johnvu93", To be honest, I'm not sure fully understand your scenario, but as far as I can see /2/files/get_temporary_upload_link would work much better for you. In such a case you don't need to proxying upload process, but only manage it. Files themself get upload from user browser directly to Dropbox server. Once the…
-
@"johnvu93" wrote:... I am wondering if there is any API that allows me to do this? ... Hm... 🤔 What do you need actually using API? @"johnvu93" wrote:... Once the customer enters the URL link into the input, I will automatically retrieve the files through the Dropbox link. Do you have any issues download files using the…
-
Hi @"tommy64", 😁 Not only exe files are miss-signed. 🤫 Linux install packages (especially Ubuntu repositories) are signed with signs targeting different/nonmatched distributions (signs are copy/paste there). So, they becomes unsigned/incorrectly signed in fact. It's likely your issue to be the same. Most probably the…
-
By the way, I just checked and seems to be fixed already. Do you see that issue still?
-
@"Pat Sheehan" wrote:... I thought it might be a browser issue initially. ... No, no, no... definitely no. Range download mode is something standard and widely used. It's the way to consume video (and not only) stream as needed (no need to download everything at once). It's the way every browser is using (or most of them,…
-
@"Pat Sheehan" wrote:... Embedded videos suddenly stopped working and the latest "tip and trick" is from 2017 which isn't useful. Hi @"Pat Sheehan", What you mean with "Embedded"? 🧐 Do you use embedder or direct raw link? I just checked and embedder works as usual. If you use raw links to embed your content, the wrong…
-
@"Jeff B.63", Take a look on documentation! There POST request is always used. 🙋 GET is not for listing. The call parameters have to reside in request body, JSON encoded (as you correctly have specified in a header). Where is this JSON right now? 🧐😉
-
@"athithan", As you can see, /2/sharing/list_file_members/continue only support User authentication! That's it.
-
Try skip/jump over the second step.
-
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…