Greg-DB Dropbox Community Moderator

Comments

  • @"Здравко" Thanks for the note! I'll ask the team if they can look into it that way.
  • Dropbox does currently use 429 for explicit rate limiting, but there are a number of different error cases, some of which may return a 500 or 503. (The way these were handled has changed somewhat over the years and across API versions.) In any case that you get a 5xx (such as 500 or 503), retrying the request after a short…
  • Thanks, that's helpful. We'll look into it and follow up here with any updates on this. For reference though, it looks like you're referring to using an account with a team space, so make sure you're setting the correct namespace ID for the account's current root. You can find information on how to use that in the Team…
  • Yes, unfortunately it's still not very clear with this output. I do see that it has "response_status=200", which doesn't seem to match the other output we've seen (where there doesn't seem to be a response), but that may be because as you noted it says "cache_hit=true", so perhaps it's actually referring to a cached…
  • @"Здравко" Can you elaborate on your question please? 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!
  • This should be working again now. Please let us know if you're still seeing any issues. Thanks!
  • Thanks for confirming. That other matter is still open with the team and I'll follow up here with any news.
  • Using the Embedder with a file link derived from a folder link should be working again now.
  • Thanks for sharing that. Yes, unfortunately it doesn't look like there's anything else useful there. Just to check, I also tried the curl command a few times but that also worked fine for me. Logging the failing network requests themselves sounds like a good next step, so let us know if you're able to get anything from…
  • Thanks! It looks like there's no response received. In cases like that, we'd need to refer to the network client error to see why that failed (e.g., DNS issue, timeout, etc.). It doesn't look like there's much there though, unfortunately. I do see the "TypeError: Load failed". Is there any additional information there if…
  • Can you share the relevant code/HTML you're using to set this up, and if possible, a link to a sample page showing the issue so we can check on it for you? Thanks in advance!
  • While we can't offer insight on the client platforms/libraries in particular, this is the right place for help with the Dropbox API itself. For reference, the Dropbox does use POST for all API calls by default, but "content-download" style endpoints, such as /2/files/download, do additionally support GET. And it's correct…
  • @"grunzz" Using "dl." may work, but it is not really recommended; using "www." is preferred. I don't have any information to share on how long "dl." may continue working. We're currently investigating the "www." issue and I'll follow up here once I have news on that.
  • It looks like you're referring to this example here. That does show a made up example path, but note that paths in Dropbox use "/" as the path separator like shown in that example, not "\". Paths in Dropbox will be relative to some root, based on the app and configuration. For apps with the app folder access type, the…
  • It sounds like you're referring to a behavior for the new type of shared link when used in the Embedder. We recently made an update to address that, but it would only apply to newly created shared links. Please try with a new shared link and let me know if you're still seeing the issue with that. If you are, please share a…
  • @"GeorgeNotaTechExpert" I can't offer a timeline, but I'll follow up here once I have any news on this.
  • @"Derag" Thanks for the report! We'll look into it.
  • The Dropbox API /2/sharing/create_shared_link_with_settings endpoint (or corresponding native method in an SDK) does offer an 'audience' setting of 'no_one', which does not grant additional access, so that only the account(s) that already otherwise have access to the file (such as the owner) would be able to access it.…
  • Dropbox heeft helaas geen Nederlandse versies van de documentatie/handleidingen voor ontwikkelaars, maar ik geef dit door als feature request. Ik kan echter niet beloven of en wanneer dat zal worden geïmplementeerd. -----------– Onze excuses voor de vertaling. Onze antwoorden worden vertaald door een online vertaler. We…
  • Dropbox biedt wel een API die je kunt gebruiken voor het weergeven, uploaden en downloaden van onder meer bestanden. Alles wat je nodig hebt om aan de slag te gaan met de Dropbox API, inclusief documentatie, handleidingen en tutorials, vind je hier: https://www.dropbox.com/developers De volgende handleidingen kunnen nuttig…
  • [Cross-linking for reference: https://stackoverflow.com/questions/78419300/get-dropbox-folders-data ] Based on your answer on StackOverflow, it sounds like you've already sorted this out. To confirm, scope changes on an app do not retroactively apply to existing access tokens. Calling listFolder does require the…
  • @"dev872" Though our SDK does not perform any data collection, including photos and audio, by default, our SDK is capable of doing that. We have chosen to include these permission requests in our privacy manifest though you can inform your users if your app does not do any uploads of this type of data. You do not need to…
  • This particular error should depend on the app key value you pass to setupWithAppKey (not the instance you set in the plist). Can you confirm you're passing your app key (and just the app key) to DropboxClientsManager.setupWithAppKey? Note that <APP_KEY> is just a placeholder for demonstration purposes, and you should not…
  • Thanks for the report. We'll be happy to look into this, but we could use more samples. (Unfortunately just one like you have here isn't always sufficient.) Can you share several more (5-10) samples of the output showing the failure like this? The request IDs in that output should be helpful. Thanks in advance!
  • Thanks for following up. It should be possible to use SwiftyDropbox in a SwiftUI project. The SwiftyDropbox readme does have some notes throughout about how to use it in SwiftUI. For reference, how did you install the SwiftyDropbox package? Also, do you have 'import SwiftyDropbox' in your AppDelegate? Finally, is that the…
  • @"sundares80" Unfortunately this isn't something I can just retrieve from logs on our side. If you don't have a sample showing the issue you can share, please share specific steps, e.g., using curl, to reproduce the issue so we can investigate it that way. Thanks!
  • Thanks for the report! I'll ask the team to check on this.
  • @"dev872" Thanks for your message. I'm sending this along to the team to request some clarification for you.
  • @"sundares80" I had the team look at this, but unfortunately, this dump appears to only contain the WiFi frames. Can you instead share a dump with the actual data (TCP + TLS frames) so we can inspect that particular alert, like shown in the earlier screenshot? Thanks!
  • Thanks! We'll look into it.