Comments
-
@"Hank_J" wrote:... The only sticking point I can think of is file permissions, which I should be able to deal with using ACL rules on the server. Anything I'm not think of? If you count the owning as a part of permissions - Yes - that's the only issue. And you should take care of. You can run Dropbox and NFS server in the…
-
The Dropbox staff just tries to learn what's crosscompilation, so don't rely too much. Use some third party application, of your choice, or create your own. :wink:
-
Take a look here: https://www.python.org/about/gettingstarted/
-
If you are newbie, learn some basics of Python syntax, at least. On your question: there is keyword 'return', as in many other languages (like C/C++, Java, Kotlin and others), which denote the returning value. This keyword could be used more than once, whenever the algorithm have a value ready to return. When such function…
-
Hi @"yekootmada", Your code will work when you refer to actual metadata! Where in the code you get the uploaded file's metadata?! :thinking: Only in the function you use! :wink: This function don't return anything yet. Just return the metadata as a result (small modification) and use it further after. Out of your question:…
-
Hi @"draylson", Take a look here: https://www.dropboxforum.com/t5/Dropbox-files-folders/Syncing-is-stuck-on-my-Linux-devices-what-can-I-do/td-p/391587 (might be the same).
-
@"rosstcorbett" wrote:... Dropbox seemed to have stopped working. So I went onto the terminal to restart it. When I tried to restart it I got ... Hi @"rosstcorbett", First, how exactly you try "restart" your Dropbox application? Dropbox work don't have be related in any way to used "root" service. Where you exactly receive…
-
Hi @"Lak1", Are you really trying access updated version of the same file or new file using the same name?! The question is rhetoric of course. What I mean... If you update existing file in the most simple way (last depends on your actions, as on software you use - sometimes editing programs are guilty) then new version of…
-
pCloud can transfer what you want, for example. If you sign up there, just select your Dropbox account and let the service do the rest. 😉
-
For temporary switch to bash shell (and not only), just run 'bash' command would be enough (no sudo, no turn forth and back). At the end just close you terminal and everything would be back. :wink:
-
Hi @"Jay", Didn't you forget something? :thinking: Question is to list files in a directory (in particular - Dropbox)! Your command will try list just one file (probably missing yet). :stuck_out_tongue_closed_eyes: The command output have to be redirected to text file (no try to list this file): dir path\to\Dropbox /b /s >…
-
Hi @"Subtotalatom", There are different ways. If you plan use your code only on default location for Dropbox folder, then just replace initial part "C:\Users\kurti" with result from Environ("HOMEPATH"). This is the simplest way, but wouldn't work in case of moved Dropbox folder or in case of combined Business and Private…
-
As far as I know, there isn't such way, but user should gonna be asked for add new application instance, in such a case. After that, everything is user responsibility, new app instance or rejects and tries usage new Dropbox account. You can't get in there, would be Dropbox security issue. Does something else happen? You…
-
@"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…