DB-Des Dropboxer

Comments

  • @"Bharath_Nadig" We still have not received any further updates. We appreciate your patience. We'll let you know when we hear anything additional.
  • @"pchui" To clarify, only team admins can authorize apps with team-level scopes. That said, you can configure API calls to operate in the "team space", in order to interact with files/folders in the team space. To do so, you'll need to set the "Dropbox-API-Path-Root" header. You can find information on how to use this…
  • Hi @"ishika3" In order to help identify the cause of the problem, try the following steps in order, and let me know if any of them resolve your issue: * Open a private browsing/incognito window: Cached data and cookies can sometimes cause issues. Opening a private window should resolve problems in this case. * Disable…
  • @"amei" If the 'files.content.write' scope was enabled after the access token was generated, you’ll need to generate a new access token. Permission changes don’t apply retroactively to previously issued tokens.
  • Hi @"pchui" It isn't currently possible to bypass adding "Dropbox-API-Select-User" and "Dropbox-API-Path-Root" where needed, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. As far as your other questions go: Is it possible for an organization/user to have multiple…
  • @"amei" Errors from the API are typically accompanied by a message that gives more context about what went wrong. We’ll need to see that message in order to better assist you. In your code's 'try...catch' block, you are logging the error to your console: ... catch (error) { console.error('Error uploading file:', error);…
  • Hi @"carlospr-dev" Thanks for sharing these details. We’ve added your report to the open issue we’re tracking, and we’ll follow up with you as soon as we hear back with any updates.
  • Hi @"amei" I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Could you share the error message being returned along with the 401 code? For reference, a 401 error can occur for a number of reasons, you can refer to our error documentation for additional details on…
  • Hi @"carlospr-dev" I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with: * the full code snippet(s), but don't include any access or refresh token(s) * 5-10 different 'X-Dropbox-Request-Id' response header values encountering the issue
  • Hi @"shripaldalal1" I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with: * 5-10 different 'X-Dropbox-Request-Id' response header values encountering the issue
  • @"barryplum" The following authorization URLs work without issues for us: https://www.dropbox.com/oauth2/authorize?response_type=code&scope=files.content.write+file_requests.write&state=12345&client_id=bvfexg3tcs78e1n&redirect_uri=https://[REDACTED].sandbox.my.salesforce.com/[REDACTED] Keep in mind we redacted part of the…
  • Hi @"barryplum" I'll be happy to help with any issues you're having with the Dropbox API, could you share a screenshot of the full text of the error and the full URL for that page showing the error?
  • Hi @"pchui" Thanks for the report! We're investigating this API issue. We'll follow up here once we have an update.
  • Hi @"Frank I.2" Our engineering team has confirmed that the issue you're experiencing appears to be related to a broader issue on Apple’s end. Our team has already filed a report with Apple and is actively working with them to resolve it. We’ll be sure to update you as soon as we have any new information to share.
  • Hi @"Frank I.2" Thanks for the report. We're investigating this API issue. We'll follow up here once we have an update!
  • @"Bharath_Nadig" We've passed your concern along to the team. While we still don’t have any updates to share, we’ll be sure to let you know as soon as we hear more. To address the additional issue you’re referencing (where edit events are not showing in the Admin Console either), this is part of the same behavior we’re…
  • Hi @"hamza5" It sounds like the issue is with the n8n configuration. Please reach out to the support organization for n8n help. If the developers of this app are having any trouble with the Dropbox API itself, they can reach out to Dropbox developer support directly with the relevant technical details. For additional…
  • Hi @"hamza5", I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with: * the name and version number of the platform and SDK/library you are using, if any * the steps to reproduce the issue, including relevant code snippet(s), but don't include any…
  • @"Bharath_Nadig" Thanks for following up. There’s no update to share at the moment, but I’ll be sure to reach out as soon as there’s any news.
  • Hi @"simonscmap" Is there an API to zip a custom list of files (like the UI)?No, there isn’t an API available for zipping a custom list of files. What’s listed in our developer documentation reflects the full set of supported endpoints at this time. If not, is there a way to copy files concurrently or batch them…
  • Hi @"Bharath_Nadig" Thank you for that additional information. We're investigating this API issue. We'll follow up here once we have an update.
  • @"schmidtc63" The ability to do a wildcard search isn't currently available on the Dropbox API, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
  • Hi @"Bharath_Nadig" I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with: * the name and version number of the platform and SDK/library you are using, if any * the steps to reproduce the issue, including relevant code snippet(s), but don't include…
  • Hi @"DUser11" Thank you for the clarification. In order to be able to further look into this for you , please reply with: * the name and version number of the platform and SDK/library you are using, if any * a screen recording with the steps to reproduce the issue (with the developer console open) * relevant code…
  • @"schmidtc63" Thank you for that information. After taking a closer look at your request to the /2/files/search_v2 endpoint, it appears that the the reason it’s not working as expected is that the 'query' parameter is missing from your request. For the /2/files/search_v2 endpoint, the 'query' parameter is not optional. If…
  • Hi @"schmidtc63" In order for us to further look into this issue for you, please provide us with 5-10 different 'X-Dropbox-Request-Id' response header values.
  • Hi @"schmidtc63", It currently is not possible to add a filter to requests made to /2/files/list_folder/[continue], but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
  • Hi @"오부경" Thanks again for your patience while we looked into the issue you reported. Here's what we found: Regarding the "is_downloadable" field returned by the /2/files/list_revisions endpoint:This field indicates whether the file can be downloaded directly (i.e., via /2/files/download), or if it needs to be exported…
  • Hi @"오부경", Thanks for that additional information! We're investigating this API issue. We'll follow up here once we have an update.
  • Hi @"DUser11" We’re not able to provide guidance or support for scenarios involving using third-party login systems to authenticate into Dropbox via OAuth. Our OAuth implementation is designed for users to authorize third-party apps to access their Dropbox accounts—not for using other identity providers to log in to…