Comments
-
@"awb" Thanks for confirming this is working now! I don't have more specific information on what change the team made though; they identified an issue and adjusted the server code accordingly.
-
Thanks for pointing that out Здравко. @"awb" Can you confirm if this is actually how your request is formatted? As Здравко mentioned, that start line shouldn't contain the host name like that. In any case, we're made an adjustment on the server that may be related to the error you're seeing. Can you try again and let me…
-
Thanks for confirming. I'm raising this with the team and I'll follow up here once I have any update to share.
-
@"awb" Just to clarify, do you mean that you are still seeing this error now if you try again now?
-
Thanks for the report. Can you confirm if you're still seeing this now? If so, about what percent of these calls are failing like this for you? Thanks in advance!
-
Please open an API ticket here and share a cursor value that results in this error so we can look into this specifically for you. Thanks in advance!
-
You can get Dropbox shared links using the API via /2/sharing/create_shared_link_with_settings and /2/sharing/list_shared_links (or corresponding native methods in the SDKs). You can use the URL parameters documented in this help article to get different behaviors from Dropbox shared links, such as to return the file data…
-
You should use the same API functionality to upload and download files/folders in Dropbox, whether or not the files/folders happen to be located in shared folders. You would need to specify the relevant path values to interact with the desired items accordingly. Note that the ability to perform certain operations would…
-
@"Kei Hoshino" Alternatively, if you are asking how to connect specific accounts/teams to your app as end-users, you would do so by implementing the OAuth app authorization flow in your app, and then having your end-users process that flow, starting in your app itself, to authorize the app to access their accounts/team.…
-
@"sundares80" Thanks for checking. I'll let the team know that didn't help.
-
@"sundares80" That change has been fully deployed now. Unfortunately, in my own testing it doesn't appear this change helps, but please do still try your actual device and let me know if it does or doesn't help.
-
We've sent this along to the team to request they improve how this scenario is handled in the Chooser. If you're signed in to an account that does have full access to the folder, then you should be able to select it. If that's not what you're seeing, double check what account you're signed in to, as well as the permissions…
-
Dropbox is planning to migrate all teams to the updated team space configuration.
-
@"bookworm314" For information on how to use the URL parameters to get different behaviors, such as direct data access, please refer to this help center article: https://help.dropbox.com/share/force-download
-
@"sundares80" I wanted to let you know that this is still open with the team, and they're currently working on changing an option in our systems that might address this for you. Please note that we can't guarantee this will help. That change is not deployed yet. I will follow up here to let you know once that change has…
-
Update: we've updated the Dropbox servers to make the relevant matching case-insensitive.
-
@"Nihad1" The Dropbox Embedder itself does not support success or error callbacks, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. As Здравко mentioned however, you can monitor for changes to your element directly.
-
That class is no longer offered in the latest version of the .NET SDK. Please refer to the release notes here for more information: https://github.com/dropbox/dropbox-sdk-dotnet/releases/tag/v7.0.0
-
That's the expected behavior for apps in development status. Apps in production status do not get that first confirmation. If your app needs production status, refer to the information here on how to request that. The second confirmation is expected for apps in both development and production status. Note that the app…
-
Update: the Dropbox API servers now also support TLS 1.3.
-
Thanks for the sample! It appears to manifest slightly differently since you're unable to get a success response from a single request, whereas in the original issue an extra new line caused an issue only on the second request on the same connection, not the first request. Regardless, it does sound like the issue is that…
-
Unfortunately I can't retrieve the original raw HTTP request itself, even with the request ID.
-
A response like that should indicate that the request was malformed, so we'd want to see the raw HTTP request you're sending. Unfortunately we can't provide guidance on how to get that kind of logging from your client though, as the client itself isn't made by Dropbox. You may need to refer to the client's documentation or…
-
Thanks for the feedback! I'm sending this along to the team.
-
@"aesqe" The "dbapi" authorization flow you're referring to is a special flow that uses the official Dropbox mobile app, and is built for use by the official Dropbox SDKs on mobile (SwiftyDropbox, dropbox-sdk-obj-c, and dropbox-sdk-java). Dropbox does not offer official documentation or support for third parties to use…
-
@"depotsy" As Здравко said, you can implement uploads client-side. And while you don't need to use an official SDK, we do recommend doing so if possible. For example, the official Dropbox JavaScript SDK supports running in client-side browser JavaScript. There are a few options for uploading to the user's own Dropbox…
-
@"erich_e" As Здравко said, you can get the requested data (either individual file or zip of a folder) using the returned stream (or string, or byte array). Specifically, check out the documentation for DownloadZipAsync and for the IDownloadResponse Interface in particular for the three methods of accessing the data.…
-
@"MikkBenelis" As Здравко said, it doesn't sound like this is exactly the same as the original issue in the thread you posted in, so I've moved your message to its own thread. If you still need help with this, please share a sample of the full request and response, including both headers and bodies for both, so we can take…
-
@"mjmt" Здравко is correct; it appears you are only calling files_list_folder, but that is not guaranteed to return everything. You should implement both files_list_folder and files_list_folder_continue. Refer to the documentation linked there for more information on how to use that.
-
It looks like you're not using the Dropbox API, but are trying to configure nginx. As nginx isn't made by Dropbox, we can't provide support for that. You may need to refer to the support resources for nginx for information on how to configure it.