Comments
-
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…
-
Hi @"dsoprea", Yes, webhooks can becomes more configurable and let developers configure what they (the hooks) have to provide. The conception instead is different - the idea is just to be a signal that something changes (one or more thing, in one or more accounts). In your code, you have to receive this "signal" and let…
-
Hi again @"webrobert", Just to note some corner cases and some ways your code may get more stable. Starting with listing and immediately continue that listing can lead to some inconsistencies at the beginning. If your initial listing "eat" the entire number of entries then the continuation wont return anything - the…
-
@"JohnPT", Yes refresh token doesn't expire. It's used for periodical retrieve/refresh access token anew. This happens with specific request to Dropbox server (usually performed by SDK internally). That's something that fails. Let's see why. Take a look here about details on how OAuth works (including the refresh - last…
-
@"JohnPT" wrote:... Exception has occurred: ConnectionError HTTPSConnectionPool(host='api.dropboxapi.com', port=443): Max retries exceeded with url: /oauth2/token (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001BBB8E9DFD0>: Failed to establish a new connection: [WinError 10060] A…
-
Hi @"gdbcom", You can try split your data in smaller portions and try step by step to see where the issue is. Possible corner cases are special files, that can be used as they are, only in Dropbox (like Dropbox paper, gdocs, etc). In such a way if something goes wrong, you wont need to repeat everything, but only the part…
-
Your versions are not too different, but it's good idea to be the same so when you do some test to be sure the result will be repeatable to max extent. Also it's good to be the last version (possible bug fixes etc.), in spite not mandatory. Do it however you like. If something is going wrong still, as I said, check the…
-
@"JohnPT" wrote:... I created a new app and used a new access code. that worked fine on both the local test and cloud test machine. Not enough knowledge to know what that means? ... That means your upload API call works, but your refresh API call seems problematic for some reason. When you're using access token refresh…
-
@"AlvaroHuertas", have you selected some team scope for your application 🤔 or not yet? Without team scope you can't use team related features even when the API call, you're using, doesn't require such scopes! In such cases the call will be rooted to the home scope and you can't change this. Keep in mind that when you…
-
Hi @"webrobert", First of all, using list_folder alone, will never get the changes alone! Is this ever worked (on any account type)? I don't think so. You need to keep the last cursor cached and when some change comes in, you can "continue" with changes only. 😉 @"webrobert" wrote:... I am having an issue getting changes to…