Comments
-
@"Nihad1" wrote:... When a user selects a file from the folder, it opens in a new tab with the Dropbox website. However, I want the selected file to open within the same iframe where the folder is loaded. How can I achieve this behavior?" ... Hi @"Nihad1", Actually you cannot open directory in such a way (on your own…
-
Hi @"Sheeja", You cannot access something that is outside your root folder in any way either programmatically or not. Probably something confuses you. Any data should be available in your account folder tree before you be able to do anything there. Outside your root means either data stay inaccessible to you or not…
-
Hi @"jianliao", Keep in mind that the methods you're using (and the corresponding API endpoints) are deprecated and can be used only on old accounts that are not migrated yet. Did you check the type of your account in use? Better use export functionality - it's the successor. 😉 About the result, that you don't know what is…
-
@"odoerlek" wrote:... Initially, when I set it up for a single account, it worked well. However, after switching to 'setupWithAppKeyMultiUserDesktop', everything works until the access token expires, ... @"odoerlek", Single user or multi user implementation doesn't affect how every single client object behaves. The only…
-
@"odoerlek" wrote:... While I can connect users, their tokens are expiring and not auto-refreshing as expected. ... Hi @"odoerlek", I don't know what you expect to be, but to work refresh process, your Dropbox client object needs to be initialized with refresh token as well as other credentials like application key, not…
-
@"sundares80" wrote:... First of all, there are no bugs or problems in our firmware. ... Hi @"sundares80", Hm.. 🤔 Really? And where that malformed HTTP requests come from? 🤷 Is this a bug or (in your definition) no? @"sundares80" wrote:... The concern and legal issue will potentially be between our company and Dropbox, ...…
-
@"sundares80" wrote:... We are trying to address this before it becomes a legal issue and proceeding. ... @"sundares80", It's normal your clients to get angry, of course. But your QA fault doesn't give you base to spur on introduction of bug tolerating software (exactly what you ask for in this thread - the entire thread).…
-
@"Zahra1" wrote:i've tried this : ... DbxWebAuth.Request webAuthRequest = DbxWebAuth.newRequestBuilder() .withRedirectUri(DROPBOX_REDIRECT_URI, new DbxStandardHttpRequestor.Config() ) //DbxStandardHttpRequestor.Config() .build(); ... Cannot resolve symbol 'DbxStandardHttpRequestor' Hm... Why do you think that such a class…
-
@"playstationmobile" wrote:... So just to confirm, there is no automated way like I said in my original post right? ... Hm..🤔 Actually as I said you can do whatever you was doing before in the same automated way. If there is something you cannot understand, just clarify you question (or read more careful). 🙋…
-
Hi @"playstationmobile", As seems, it passed long time since you last used your application console to generate long lived access token. Years have passed since this feature has been deprecated and already dropped. If you have some long lived access token, it'll work still, but all new issued access token (it doesn't…
-
Hm.. 🤔 As seems, somebody needs new glasses. As far as I can see, messages are about expired access token, not about expired refresh token. 🤷 Who knows... @"bszt123" can you take a look again? You likely don't need glasses (not new at least). 😉 Good luck.
-
Hi @"Zahra1", Did you try the workflow here? 🧐 If not, give it a try. If something is still confusing you, share some more details. 😉 Good luck.
-
@"Greg-DB" wrote:.... So to address this, either update your app to use "dbssample://LoadPDFFromURL.UWP/" in the authorization URL, ... Haha... 😁 @"Greg-DB", can you post some example code doing that? 🧐 Dropbox .NET SDK won't let you. 😉 Take a look here. By the way... URI components are case insensitive (or should be at…
-
Hi @"RicardoRojas", Better don't rely on Dropbox support improvement for Linux (including for all possible flavors). There was Linux related the first ARM support request, after that some Windows users started request the same and at the end Mac users (when Apple started moving to their M family processors). First…
-
Aaahh... @"dwWithCat", On the platform you're trying static links cannot be used! 🤷 Try use dynamic button creation with the same content. At the time Dropbox script loads, it expect all links are already loaded and starts immediately enumerate them and so. In your case at that time there is nothing loaded yet. That's…
-
Haha... They don't understand still that it's a bug... and they care about how to keep this bug. 🤷
-
Sundaresan Thangeswaran1:Hi Kobi, Dropbox says they fixed "new line" issue. Could you please check if that issue resolves our OTA issue without code changes on the device. https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OTA-update-fails-in-CC3200/m-p/771280#M33736 Regards, Sundar Kobi Leibovitch TI__Guru:I'll…
-
Hi @"CD12", What's the result of a listing to your account with an empty path (path neither '/home' nor '/home/user', but just empty '')? What this result matches to? 🧐😉 Hope this will give direction.
-
@"JNLin", with some you mean those ending with dl=1. Right? As I said, if such a link is not encoded properly (i.e. the same like you put it in web browser address line), it wouldn't work. Try URL encoding before put the link as parameter. Do you know what is URL encoded? 🧐 If not, just try some web search engine. 😉 Good…
-
Hi @"JNLin", As far as I can see, you have only stripped ending "dl=0". Right? 🧐 Keep in mind that "dl=0" is the default one! If the only thing you do is stripping it, you aren't doing anything in fact. Your link is still the same - nothing changed. This is one mistake in your post. When you use something as parameter in…
-
@"LANdpLAN" wrote:... Is Ubuntu and Fedora different operating systems or do I need Ubuntu and Fedora? ... Hi @"LANdpLAN", Hm..🤔 Yes, for sure, interesting question! Are Windows 10 and Windows 11 different OSes or are Mac Sonoma and Mac Ventura different OSes? 🧐 Also, is OpenBSD different than FreeBSD? 🤷 Many other similar…
-
@"LANdpLAN" wrote:... My root is on sdc2 ext4 partition. ... No, according the screenshot your root should be on scd1! See the "Mount Point"; does sdc2 mount point wrap your account home folder?! 😉 Add: To be certain what you have done, just check with the above command again in context where you plan use Dropbox…
-
@"LANdpLAN", I don't know what exactly you have done, but according your post in the previous thread where you asked for the same, it was neither ext4 nor fat32. 🤷 Check again if you have some doubts. By the way, it's never good idea to run client applications (like Dropbox application, but not only) as root, as you have…
-
@"LANdpLAN", As seems, you haven't read carefully enough your Puppy Linux install guide - especially in partitions note. There can be seen some of the supported FSes by Puppy Linux... Wow 🙂 One of them coexists in supported by Dropbox list too - ext4. Just be more careful when setting up your system. 🙋 That's it.
-
Hi @"dwWithCat", Dropbox Saver can do different things (data as a nature). Not everything is fully documented but you can see an example here. There you can see how different types of data may be handled by Dropbox Saver. 😉 Good luck.
-
@"Walter" wrote:... Have you tried searching for those characters on the website and you were not successful? ... Hi @"Walter", Did you try the same search? 🧐 Hmm... as seems not. I tried: See the example. 😉
-
@"eni8ma" wrote:... It's available in everyone in the group and folders inside have been shared ... Can I access this group data? 🤔 If you need to manage something non accessible with public link, you need bearer authentication. If you only need access link pointed data (link created in advance), then basic is enough. 😉…
-
Hmm... 🤔 Are your team data public??... Sarcasm... of course...🙂
-
@"eni8ma", don't mess different authentication types! If you need to manage public data (like shared link and files etc) then basic authentication is enough. If you need to manage account specific data, you need bearer authentication! Note: Basic authentication authenticates your application only, while bearer -…
-
Unfortunately, Dropbox limited support for different file system. Now only small subset of all available FSes are acceptable for Dropbox. As you can see on your own, your FS - aufs - is not between supported file systems. You have to setup different one (select between supported) to be able run Dropbox application. That's…