Comments
-
It sounds like you may be referring to updates to the team space configuration for any given team. For information on that, please refer to the following resources: * https://dropbox.tech/developers/api-updates-to-better-support-team-spaces * https://developers.dropbox.com/dbx-team-files-guide
-
@"Здравко" That should be fixed now. Please let us know if you're still seeing any issues with that. Thanks!
-
Thanks for following up. The API functionality you're attempting to use is available to all Dropbox plans/trials, and even if an API error is returned, it shouldn't be sent with that Content-Type. It's unclear what would be causing this, so we'll need to look into this further. Can you please try running the following at…
-
@"EvgeniyCatito" When connected to a user account (whether or not it is a member of a team), an app can list anything in that account, including shared folders mounted in that account, using the same listFolder functionality. When using the recursive mode, the resulting listFolder cursor(s) would cover everything under…
-
While there may have been updates to the Dropbox servers in this time, I'm not aware of anything that should be causing the servers to incorrectly fail on API calls like this. If there seems to be an issue with the Dropbox API, please share the actual raw HTTP request and response (showing both the headers and bodies for…
-
@"jack-gpt" In addition to what Здравко said, note that if the app is only for connecting to your own account, you don't need to request "production" status anyway.
-
First, for reference, can you elaborate on what you mean when you say "the download will be disconnected when the file exceeds 2G"? Do you mean you're seeing an issue from the Dropbox API servers that causes this, or are you referring to some local constraint in your environment? The Dropbox API servers should support…
-
I don't think Dropbox has example code for that exact use case, though the Markdown Webhook example is close, in that it monitors for new files in the connected account. Perhaps someone else here has something they could share though. If you start building this out yourself though, the following guides may be helpful: *…
-
@"Здравко" Thanks for the new sample! I'm raising this with the team.
-
Thanks for the report! This error indicates that the Dropbox API servers did not respond with the expected format. I just tried this out myself though, and I wasn't able to reproduce this. This kind of issue could just be a result of temporary server issues. Are you still seeing this problem? If you are still seeing this,…
-
@"djschoch" Check out the example here to see how to process the OAuth app authorization flow with the Dropbox JavaScript SDK to get an access token. Dropbox issues short-lived access tokens which are valid for a few hours. You can get the exact expiration information from the API when it returns the access token, e.g., it…
-
This issue is now fixed for new shared links. Please note that previous existing shared links will continue to display this behavior, so you'll need to create new shared links for the fixed behavior.
-
This issue is now fixed for new shared links. Please note that previous existing shared links will continue to display this behavior, so you'll need to create new shared links for the fixed behavior.
-
This issue is now fixed for new shared links. Please note that previous existing shared links will continue to display this behavior, so you'll need to create new shared links for the fixed behavior.
-
@"djschoch" The script tag in the examples load the SDK from a local copy, but if you want to use the Dropbox JavaScript SDK in browser JavaScript and load it from a CDN, you should be able to do so like this, and access the 'Dropbox' object: <!DOCTYPE html><html> <head> <script…
-
Thanks for the feedback! I'll pass this along to the team.
-
@"Micki12" Thanks for the feedback! I'll send this along to the team to ask them to improve the wording.
-
Dropbox offers two different ways to get an access token: * using the OAuth app authorization flow * using the "Generate" button on the app's page on the App Console (under "Generated access token" in the "OAuth 2" section on the "Settings" tab of the app's page) That "Generate" button is what the Python tutorial is…
-
Dropbox currently offers short-lived access tokens, which expire after a few hours, and refresh tokens, which don't expire. If you need continuous access without repeated manual interaction, you'll need to request "offline" access in order to get a refresh token. The refresh token can be used to programmatically retrieve…
-
This should indicate that the value you're sending in withPathRoot, in this case the teamNamespace variable value, is incorrect for the connected account. Note that the root for an account can change, e.g., due to team changes, so the app will need to be able to catch and handle this error. The error contains the current…
-
No, unfortunately the Dropbox API doesn't offer a way to retrieve the OCR'd text like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
-
@"Здравко" Thanks for the sample! We'll look into it.
-
@"Здравко" The URL to a particular file, with the file in the path of the URL, should point to the file in particular, and support downloading just that file in particular when using dl=1. I tried that and it did work for me. Note though that it's possible to get a different URL when just viewing a particular file from its…
-
@"Здравко" Thanks for the note. Just to make sure I'm reproducing the same thing you are, can you clarify what happens in your testing when you say "try download the content of a file (directly or indirectly pointed there). What is going on?"? What result do you get? For reference, when I try that currently, I get an…
-
Thanks for the report! While the Embedder isn't part of what we call the "API", it is a developer tool so I've moved it to the Developers section. Anyway, this is a known issue with using this type of link in the Embedder. We're looking into it and I'll follow up here once I have an update.
-
@"sarshavs" Yes, /2/team_log/get_events is supported for teams with the team space configuration. If you're interested in event types from the "file_operations" category though, note that those are only available to some Business plans, per the documentation: Note that the file_operations category and & analogous paper…
-
@"DCProducer" No, I don't have an update on this feature request for the Dropbox API. Note that this thread is regarding some functionality for the Dropbox API for use by developers. It's possible someone has already developed an app as a solution for this scenario, but unfortunately I can't offer guidance on third party…
-
@"md22" The Dropbox API is made by the company Dropbox. The Dropbox API does not currently have the functionality requested here, but I've sent this along to the relevant team in the company as a feature request. I can't promise if/when that functionality would be implemented and released, but I'll follow up here if/when I…
-
@"md22" No, the Dropbox API does not offer a way to make a copy of the pending upload session data like that.
-
@"sarshavs" wrote:Both your suggestions using business api so for non business i would need to use something different. Note that the /2/files/list_folder[/continue] endpoints can be used by any type of account, Business or not. @"sarshavs" wrote:Another question - all the non business accounts has upgraded to be business…