DB-Des Dropboxer

Comments

  • Hi @"jochemla" I tried going through the provided flow on my end and was able to authorize the app without any issues. It looks like the problem is actually occurring when your app calls the /2/users/get_current_account endpoint. An "invalid_access_token" error at that stage may explain the redirect you're seeing back to…
  • @"lmckin51" Thanks for the additional details and screenshot. At the moment, it's a bit hard to pinpoint the cause of the "invalid_access_token" error since we don't have visibility into the specific request that's failing. We also don't have insight into how phpBB is handling the token internally, so we may be limited in…
  • Hi @"lmckin51" The "invalid access token" error means that the token your app is sending to Dropbox to authenticate requests is not valid. In practice, this usually happens when: * The user revoked the app's access. * The token has been expired or replaced (for example, after using refresh tokens). * The app is…
  • Hi @"mwhitby1" To help us better understand what's happening, could you please provide a bit more detail about the issue you're seeing? For example: * Name and version number of the platform and SDK/library you are using, if any * Steps to reproduce the issue, including relevant code snippet(s), but don't include any…
  • @"TAEFADMIN" While the Dropbox MCP connector is still in its early stages and currently offers a limited set of capabilities, the limitation you're asking about isn't specific to MCP. There isn't a Dropbox API endpoint available today that exposes file comments, so building a custom integration directly with the Dropbox…
  • @"TAEFADMIN" At this time, the MCP connector provides read-only access to file content and metadata, but it does not currently expose file comments through MCP. Because of this, there isn't a scope that would allow comments on a file in Dropbox to be retrieved via the MCP connector.
  • Hi @"TAEFADMIN" As of today, the hosted MCP server at mcp.dropbox.com/mcp currently exposes read-only capabilities. It does not provide tools for file write operations such as uploading, creating, or deleting files. Our team is actively evaluating how developers are using MCP and gathering feedback on potential future…
  • @"infinniumllp" At this time, we don't have a dedicated API endpoint that supports searching for team members directly. However, you can use the /2/team/members/list_v2/[continue] endpoint to retrieve the full list of team members, and then implement your own search or filtering logic on your end based on the returned…
    in User Search Comment by DB-Des March 2
  • @"infinniumllp" Thank you for clarifying! This isn't currently available on the Dropbox API, nor is there a third-party app, that we know of, that can return information about a Dropbox API access token. That said, I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
  • Hi @"infinniumllp" We're not entirely sure what you mean by "get scopes from token" or what you're trying to achieve. Are you asking: * How to determine which scopes were granted to an access token? * How to request specific scopes during the OAuth flow? * Or whether there is a third-party API that can inspect a token and…
  • Hi @"infinniumllp" We'll be happy to help with any questions you may have regarding the Dropbox API, but we'll need a bit more detail to give you the right guidance. Are you: * Trying to search for Dropbox users within an existing third-party app? * Or building your own integration and looking to use the Dropbox API…
  • Hi @"dangvu2308", The error "from_lookup/not_found" indicates that the "from_path" value was not found within the account whose access token is being used. Please verify that the folder path exists in the given account before calling the /2/files/copy_v2 endpoint. You should be able to confirm the folder path when calling…
  • Hi @"Ali_99" If you're simply generating and sharing links, your app does not need production status for that functionality alone. To clarify, when you first create a Dropbox API app, it starts in development status. While in development status, it can only be connected to your own account. However, you can enable a…
  • @"nyou045" We’re not able to increase rate limits for a specific app, user, or team. That said, I'll pass this along as a feature request to increase the 15 minute time-out. I can't promise if or when that might be implemented though.
  • @"aaliyamalikk" Thanks for checking in. There haven’t been any recent changes on our side that would cause the Dropbox Chooser to stop working, and we haven’t received reports from other customers seeing similar behavior. We’re also not able to reproduce the issue on our end. To help us investigate further, do you have a…
  • @"Harsimranjeet007" Apologies for the delayed response here. I see that you’ve since opened a support ticket, so we’ll continue the conversation and follow up with you directly there to make sure this gets addressed.
  • Hi @"Mindwerk" Is the issue persistent when in a private browsing/incognito window? Or in a different browser? Clearing your cache and cookies may help as well. Let us know if you see different behavior after trying these steps.
  • Hi @"Dogbury" We'll be happy to help with any issues you're having with the Dropbox API, but we'll need some more information. Please reply with: * the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s) * the full text of any error or unexpected output
  • @"Omri1984" Thanks for clarifying your request. I wanted to follow-up on your first enquiry. The .NET SDK does not currently support range retrieval requests, which relates directly to the issue you described with downloading large files (30GB and higher). That said, we've gone ahead and submitted a feature request for the…
  • @"Harsimranjeet007" Thanks for that additional information. I am not able to reproduce the issue on my end. Could you confirm whether this issue is persistent across different users as well? Also, do you have a sample page that reproduces this issue that you can share? Otherwise, can you share the specific code/parameters…
  • Hi @"Harsimranjeet007" We'll be happy to help with any issues you're having, but we'll need some more information. Please reply with: * the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s) * the full text of any error or unexpected output * screen recording…
  • @"schmidtc63" We understand where you’re coming from. That feedback makes sense, and we’ll pass it along for consideration. We appreciate you taking the time to call this out and explain the impact it has on your implementation.
  • Hi @"schmidtc63" Just to clarify, neither /2/files/list_folder nor /2/files/get_metadata is deprecated. Were you maybe referring to /2/files/alpha/get_metadata? As far as /2/files/list_folder, this endpoint stopped returning MediaInfo back in 2019. I can certainly pass this along as a feature request. I can't promise if or…
  • Hi @"iancu-horatiu" You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here: https://www.dropbox.com/developers If you have any further technical questions, feel free to let us know. We're here to help!
  • Hi @"pvanHCCP1" Yes, this staged rollout would explain why it may appear resolved temporarily or why it may have been working before today.
  • @"MrSubway" The rollout is being done in phases, with brief validation periods before the change is finalized, which is why this "issue" may appear resolved temporarily or why it may have appeared to be working before January 20th.
  • Hi @"hölökynkölökyn" I understand how frustrating this is. The issues encountered with these apps may be related to a new certificate rollout. In this case, these apps stopped working because the third-party developer didn't update their integration/SDK to remain compatible with the platform changes. We provided advance…
  • Hi @"aparnell" Thanks for writing in. It looks like you are running into an error due to outdated root certificates being used on your current SDK version. We’re performing a staged root certificate rollout, starting with short validation windows before making the change permanent. Please see more information in this blog…
  • @"Omri1984" Yes, that’s correct: refresh tokens do not expire automatically (unless they’re revoked, for example if the user disconnects the app). Also keep in mind that access tokens do expire after a period of time, even if you obtain them via the SDK. When the access token expires, your app will need to use the refresh…
  • Hi @"Omri1984" Refresh tokens don't automatically expire. In general, a refresh token will remain valid unless it’s revoked (for example, if the user disconnects the app, the token is explicitly revoked, or the app's access is otherwise removed). For the 401 you mentioned, could you share the full error message/response…