Explore Dropbox Developer & API discussions with developers like you.
Hello, Our app is behind company VPN, and we're looking for ways to have the webhook mechanism working. We tried whitelisting some IPs based on this link but after doing that only the verification request seems to work... Additional file changes / modifications are not sent as notifications, although there are no errors in…
Hey guys, I've built a workflow in N8N that stores files and creates shareable links. If I'm going to share the links with 300-500 people per month, do I need to request production status? Note that most of the people who will receive the link don't have a Dropbox account(If not all of them)
I am new to this. I have a nice Ampache music server site and I am trying to make a connection to a dropbox folder which contains music files. I am having problems achieving this
I am planning to use dropbox together with my applications that I mostly developed using java. It seems to me that it can help me for storing documentation and videos and even to make some simple tutorials for a better user experience. The free version has indeed fewer space compared with the other competitors but I think…
Have an integration in C# and has been working fine for a long time till now as nd we get the following error {"The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."} When doing the following call var full = await client.Users.GetCurrentAccountAsync(); Any help would…
Forgive me if this information is already available, but I haven't immediately been able to find it. I'm in a scenario where I would like to sync data from a third-party application to team folders in dropbox. My organization is currently operating under a Standard license. I know team folders are a concept in a Standard…
Hi, I'm trying to auto-create shared links for folders created via the API. The issue is as soon as I change the "access" to anything but "viewer", I get an error. Sample request: POST https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings: { "path": "/test", "settings": { "audience": "public", "access":…
I have created an app with team scopes, and used a Team admin account to authorize and generate access tokens, following the Oauth guide. I am still hit with errors for multiple business API end points. I even registered this account for a 'Dropbox Business Development' account which was supposed to allow 'testing' for…
Hi, I received an email stating that: ...you own one or more active Dropbox API apps using a version of an official Dropbox SDK with an outdated certificate trust store... However when reading the blog post, it states for the .net sdk * .NET SDK v7.0.0 or greater* Note that apps using older versions of the .NET SDK are…
Hi everyone, I'm using the Search API files/search_v2 and wanted to search for deleted files. The documentation claims that `file_status` can be used to restrict the search to the given file status. I'm doing a simple search as below, but I don't get the expected results: { "options": { "file_status": "deleted" }, "query":…
It looks like you're new here. Sign in or register to get started.