Comments
-
@"Greg-DB" wrote:..., TLS Alerts like this can be expected in standard use of the TLS protocol. For example, they can be used to close the connection after successfully sending data. ... Definitely NO! Such a message (code 21) means incorrect encryption! Yes, it's known that many servers misbehave and most SSL/TLS…
-
@"phunction" wrote:... I found somewhere a way to bring up a web login, and they could manually copy the key that is presented so it could be pasted into my app. ... Hi @"phunction", If I have to bet, you have noticed usage of ProcessCodeFlowAsync method which first parameter accepts authentication code receive from…
-
@"Greg-DB", There is an easy way to reproduce the same (ok maybe not the same, but almost the same) on a fetching from dropbox.com. Your main site is affected too. First determine the host IP, next prepare traffic dump and at the end just fetch it. Follow the next sequence: host www.dropbox.com sudo tcpdump -v host…
-
@"shivam_dev" wrote:... But due to expiration of access token after some time, I have again and again enter new access token inside the code, due to which I won't be able to deploy my app. ... i.e not asking for permission for allow/deny on an interface. ... Hi @"shivam_dev", Did you try usage of refresh token? 🧐 It…
-
It works, already as I said in other thread.
-
@"Greg-DB", just a reminder on this topic. In meantime, I reproduced the issues @"sundares80" observes. Yes, despite they are minor deviations, but there are such that appear regularly (regular is maybe not the most correct). Most of the regular clients (including curl, web browsers, etc.) ignore such types of errors, but…
-
@"Greg-DB" wrote:... The report here mentioned using an <img> tag, not CORS. If you're seeing any unexpected behavior, please share the specific steps/code to reproduce the issue, as well as the unexpected output/error. Thanks! 😯@"Greg-DB", Did you try to open some link in foreign site as something embedded (including as…
-
@"Greg-DB" wrote:... Please let us know if you're still seeing any issues. ... @"Greg-DB", What about CORS?! 🙂
-
Thanks @"Greg-DB", Yes, I'm confirming that derived link successfully opens. The other issue is still there: during navigation, file still impossible to open inside Embedder. Hope this will be fixed too.
-
I just checked and there is still no any CORS related header declaration in the response! Such a link CANNOT be embedded without such a declaration - only can be fetched alone. On try to embed something:
-
They started (HTML redirect fixed), but still not embeddable - CORS.
-
@"lisadbx" wrote:We are rolling out a fix for issues with raw=1 and dl=1 links that started recently. Please try again and let us know if it's still not working. Hi @"lisadbx", Almost, but not exactly! You have fixed the HTML redirection, but the other addition is still there! What about CORS?! 😉 Hope this will be fixed…
-
@"Mark" wrote:... any hosting applications have almost worked 'by accident' rather than intentional. ... Hm...🤔 Strange! In such a case there is some documentation, describing embedding, existing almost 'by accident' as seems. 😀
-
@"iggy097" wrote:... They obviously are aware of the issue, but can't be bothered to address their customer base? Hm...🤔 Really? @"iggy097", If so, that would be rather exception. 😁 This is NOT the first case when Dropbox staff learn from posts here in the forum that something changes. I think it's the same again. 🙂 It's…
-
@"phantompower" wrote:... Is there an option to generate a dropbox link without the rlkey ... Hi @"phantompower", No, all new links follow that scheme already and no way back. It's not your issue actually. Something else changed recently. Let's hope it's not something intentional and will be fixed. We'll see...…
-
@"el-guapo" wrote:... Unable to monitor entire Dropbox folder hierarchy. Please run "echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf; sudo sysctl -p" and restart Dropbox to fix the problem. ... Hi @"el-guapo", Keep in mind that the message is template and the value 100000 is just an example. This…
-
Not exactly. About ETA, not at all. The only official comment coming from Dropbox staff, as far as I know, is here. Not too much, but better than nothing. If there is some chance, I believe Greg will do whatever possible.
-
Hi @"GeorgeNotaTechExpert", Yes there is an issue. Not to repeat, take a look here. You can still use links with changed domains. Let's hope this will be fixed ASAP. Good luck.
-
Hi @"Derag", That's because some strange change of all new links behavior gets up. Doesn't matter of link parameters (is there something link "dl=1" or "raw=1"), all links provide HTML content that may redirect further to the file. This contradicts to the Dropbox links documentation. 🤷 Let's hope this is some mistake…
-
@"mondstaub" wrote:... If I add the address: https://www.dropbox.com/scl/fi/5x1t2ddk9wlhxz5naoscg/2204-01.jpeg?rlkey=m8zkxxnzge6s05rqo696m0jq8&raw=1 directly into the browser, the adress is redirected to…
-
The issue is that Dropbox decided, for some reason, not to use HTTP redirection, the one used before, but HTML redirection. 🤷 Don't ask me why. So this HTML should become loaded somewhere... one place is redirection of the current page another is new page. As seems they decided in favor of the second way. That's it. You…
-
@"lukaszg" wrote:could you point me to this dropbox embedded please 😄 ... Dropbox Embedder is a prebuilt component that can be used in browser. An example implementation (showing the link provided by you 😉) take a look here. Just push play ▶.
-
@"lukaszg" wrote:.... I would like to know if this new link, is this some sort of preview which will expire after some time ... If it is not changed, such links have limited validity (typically 4 hours). 🤷 So better don't rely on for long time. The only workaround for now is Dropbox Embedder usage instead of raw link: Good…
-
Wow... @"lukaszg", You just find out something very interesting and stupid - all new links are no more raw!!! Hope this is some confusion and bug that will be fixed soon! Otherwise - no more new embedded links. Hope this is not something intentional by Dropbox. The reason of inability to embed is that, as seems, all new…
-
@"josuegomes" wrote:... Yes. The API doesn't exist. There is the very reason for the original post. Hm... 🤔 Ok...🤷🤦 Good luck.
-
@"josuegomes" wrote:I'm talking about specifically about an API support. Something like a hypothetical: /upload_session/start_encrypted that only accepts locally encrypted payloads. Is something preventing you to do so?! 🤔🙂 You don't need special support. Missing of such a support and not rely on such make your code even…
-
@"josuegomes" wrote:... And instead of a (closed?) library, the most secure approach is to use a public, open source encryption algorithm that can be analyzed and scrutinized by third parties. Good encryption relies on strong keys and public algorithms. Hi again @"josuegomes", Absolutely! I fully agree. 😉…
-
Are you serious? 🧐 What means "API support" in this topic context? API can compromise end-to-end encryption; API cannot support it! Such type of encryption can be supported only with library code that developers can choose from (on their own opinion - something any developer can do at any time). If you want, you may share…
-
Congratulations @"Steven424" 🙂 Glad they helped to you at least (as seems others too). Either it's something changed recently or there are different criteria for different users. Anyway... Good luck.
-
@"josuegomes" wrote:Now that end-to-end encryption for teams is available, will there be any API support for this feature? Haha...😁 Hi @"josuegomes", What do you mean "support" for end-to-end encryption? When such support comes up (let's hope this won't be) the end-to-end encryption will stay... like a joke. 😀 Do you…