Comments
-
@"mylnikovD" wrote:... After accepting or rejecting the prompt he is redirected to my callback route where the received token is handled via passportJS dropbox extension and session is created and stored in browser. ... However when user logs out successfully, and goes on registration route again, the dropbox automatically…
-
Hi @"Greg-DB", I would ask you, why the range you mention isn't documented in HTTP documentation: https://www.dropbox.com/developers/documentation/http/documentation#files-download ? Could this lack of completeness be corrected? ADD: For upload also.
-
You don't miss anything. You are just trying access something missing (as noted in the error and described by you). That's it. Would be surprise if something else happens. To be sure that everything is consistent (at least some more) in dynamic environment don't use names, but ids and enumerate the things starting from the…
-
About icons, take a look here: https://help.dropbox.com/installs-integrations/sync-uploads/sync-icons
-
Ohh... I misunderstood. In such a case, I don't know any useful move. @"Greg-DB" might provide some workaround or, at least, accepts the above as a feature request. Good luck.
-
Seems the feature you ask for is unavailable (or deprecated for some reason -don't ask me why). Possible workaround is using https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings for every one file.
-
https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file
-
No way. If you install a mail application, for example, is there a way this app can access your mailbox without your consent?! :grin: Would you be glad in such a situation?!
-
:grinning::slight_smile: Read more carefully files-upload info, you have referred above. Is there any info about using this API point without token (what info will be accessed in such case)?! :thinking: Read again, more carefully, my first post in this thread. :wink:
-
I'm not sure what you really ask. Dropbox authorization is based on token keys, so such key is something mandatory.
-
Hi @"tonyskate", Probably you didn't notice: @"Здравко" wrote:... You didn't mention explicitly and I assume you ask for revert to previous version. ... I'm commenting how you can revert Dropbox version, nothing more. I don't use Windows regularly, in fact, to be honest. I fully agree that Dropbox QA is very bad and need…
-
As mentioned in API documentation: For endpoints that accept performing actions on behalf of a team administrator using the Dropbox-API-Select-Admin header, files may be referenced using a namespace-relative path (e.g. "ns:123456/cupcake.png"). In this case, the namespace ID, "123456", would be the shared_folder_id or…
-
@"guymayor" wrote:Is it possible to get a token key only with APP_KEY and APP_SECRET without redirect_uri the authorizing URL that needes the user to open the URL in a new tab and copy-paste the code? ... Hi @"guymayor", APP_KEY and APP_SECRET represent the application identity, not to the user one! What kind of data, your…
-
Hi @"tonyskate", Absolutely same - no, but equivalent - Yes. When you want, removing Deny mark will let Dropbox auto update again. You didn't mention explicitly and I assume you ask for revert to previous version. Alternative variants are also possible in all cases (just preventing updater process run, in cases there is…
-
Hi @"Julien6767", Download earlier version of your choice. It's not mandatory to uninstall your current version, if not need for some other reason. Selected Install will override current install. Read more carefully for the unfreezing. :wink: Hope this adds clarity.
-
Hi @"fcorm", Take a look here. Hope this can help you.
-
Hi @"E-Dragon", Changing URL since you hit Enter in address line till moment actual file gets download is something normal. That's part of redirection process Dropbox uses. Actual trouble seems DNS problems (i.e. your ISP service DNS can't resolve all domain associated IP addresses). Try change your DNS server in use with…
-
Hi @"E-Dragon", Are you sure you url query is valid (i.e. as is)? It seems little bit modified, as much as I can see! Try click on following link directly: https://www.dropbox.com/sh/lxm9xufjgqkwj0h/AACUGEwXLkp0qZg7Y4tefdfka?dl=1 What you see?
-
Hi @"nikhilm", I fully agree with @"Hexrby"! "Customers don't care how you compile your code or app. Customers pay you for features or services which you provide." Customers interest in working solutions and quality products! Yes, more QA is need, for everything. No for misbehaving (buggy) databases, which needs "refresh"…
-
@"bobas" wrote:... * Linux 32-bit releases are now cross-compiled on 64-bit Linux Hi @"bobas", What actually this mean?! 32-bit builds was always possible to be used in 64-bit environment. What is the new thing here? :thinking: Aah... You have just discovered that's possible. :wink: Congratulations! :slight_smile: The…
-
Hi @"holf", I have try putting some guides here, but seems Dropbox forum don't like my post. Let's hope @"Daphne" will get my post out from the trash.
-
Hi @"holf", At the beginning you can try fix possible permission errors: sudo chown -R "$USER" "$HOME/Dropbox" sudo chattr -R -i "$HOME/Dropbox" chmod -R u+rw ~/Dropbox Also, existing symbolic links could be found using: ls -alR ~/Dropbox | grep " -> " If no any change, check the needs for watchable entries: i=0;…
-
Hi @"dbhvp", Yes and No. Not exactly at least! :slight_smile: That always has been the same and nothing new here. The only new thing is precaution message Dropbox introduce. Excessive care, I think. That's it.
-
Hi @"Tawasha", The best way unlink any device is the device itself, when possible. Otherwise you can disconnect/unlink every one device connected to your account using any device where you can login your Dropbox account. Just go to your security page (scroll to Devices) and press corresponding 'X' sign of every one…
-
Hi @"Matt F.16", You can check which files exactly are 'guilty' and investigate further, what's wrong using something like: dropbox filestatus $(IFS=$'\n';base_path="";for i in `ls -R -1 ~/Dropbox`; do if [[ "$i" =~ ":" ]]; then base_path=`echo "$i" | sed "y/:/\//"`; elif [[ "m$i" != "m" ]]; then echo -n " $base_path$i";…
-
Hi All, On this thread, two completely independent problems seems to be discussed at once. The initial issue (deleting message) is something related to the way some (typical - office or big IDEs or ... similar) programs behave. Key moment here is that, at saving, saved files aren't just updated, but initially new copy gets…
-
@"John L.2", In both cases, which you have describes (and not only), there is NOT a solution, but workarounds!
-
Ah... Strange... It works for me.... Another option is skipping link name and rename the link after that, if need (link name is optional). But this would work only when the link and the target are NOT in same place (that's one of the reason, linkname argument to be present - for changing name of the link; by default - same…
-
Hi @"Makhlouf", All you need (including sourcing, binary and tutorials) is here: https://curl.haxx.se/ Again, Good luck! ADD: As lib curl is a C library, but you are trying C++ coding, might be better take a look here: http://www.curlpp.org/ also.
-
I can confirm that your code works using either "raw=1" or "dl=1" endings. Seems you have network issues. That's it. ( Of course could be done some improvements in the code, like detect and automatically save in corresponding file, accordingly named file for example :wink: ) Good luck!