Comments
-
@"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…
-
@"Dave__K", reimplement the class here is you want to.
-
@"Greg-DB", as you mentioned too (and now I'm pretty sure you're right) the alert is "Close Notify"! A look on the sources shows that there is no way TI client to avoid adding one more empty line at the end... modeling only confirms it. That's it. Experimenting with other sites shows that most sites ignore additional…
-
Refresh token doesn't expire; only access token expire. For regular API calls only access token may be used! SDK client may be initialized with refresh token - it acquires access token as needed when initialized properly.
-
@"eni8ma", You don't need to implement that part if it isn't needed on client side. So skip that part and use curl instead. It's not a good idea usage of any AI, by the way!!! Does your own intelligence miss? 🙂😁😉
-
@"Здравко" wrote:... the important thing is compatible configuration (installed libraries, FS, etc). @"LANdpLAN" wrote:... Now dropbox says "Your Dropbox folder is on a file system that is no longer supported." ... What is the filesystem that your home folder is mounted on? Add: What is the result of: stat -f ~
-
Actually there is a way to be solved discussed issue. The existence of empty lines is not something defined in HTTP standard, but also it's not something denied (not explicitly at least). 😉 Many present day servers also ignore such extra blank symbols, if any, at the request end. I don't know if Dropbox may decide to do…
-
@"LANdpLAN", what are you asking for actually? Where Linux is installed doesn't matter; the important thing is compatible configuration (installed libraries, FS, etc).
-
@"crunchmasterdeluxe" wrote:... I have confirmed that the path is correct over and over, as well as tried subtle variations of the path construction, but every time I still get the error ... Hi @"crunchmasterdeluxe", You have confirmed?! 🧐 How exactly? This is important! Did you try navigate from your root to the target…