Comments
-
I see Здравко already offered some helpful guidance so it seems like you have this sorted out, but let us know if you still need help with anything.
-
@"codeconfigs" I see Здравко helpfully offered some guidance already. If you still need help with this, please share more specific details showing the calls you're making as well as the unexpected output you're getting. Feel free to open a ticket if you'd prefer to share privately. Either way, be sure to redact any access…
-
@"Gelsoncamilo" As Mark indicated, if you want to embed a file from Dropbox on your own web page, you should use the Dropbox Embedder.
-
@"lfranchi_pilot" As Здравко said, this error does not indicate a scopes issue, but rather a file/folder permissions issue. It sounds like your team may have recently migrated to the updated team space configuration, which would update your file/folder setup. Please refer to the Team Files Guide for information on how to…
-
@"Geniatech" As Здравко noted, it looks like you saw an error on the Dropbox web site itself, not necessarily specific to the Dropbox API, and possibly just due to a temporary issue. Can you let us know if you're still seeing this issue if you try again now? Thanks!
-
I see you also wrote in to support with this, so we'll look into it and follow up with you there soon.
-
The Dropbox Java SDK offers (in both older versions and the current version) the ability to use a custom "requestor" (essentially the network client used to perform the actual network requests to the Dropbox API servers). That enables more control over how the requests are handled. That's not required though; you can…
-
If you're looking inside the same namespace shared across different accounts, the file/folder ID for any given file or folder inside the namespace should be consistent across accounts. Likewise the team_folder_id or shared_folder_id should be the same. If you're looking at the mount point of any particular namespace such…
-
@"gmadeira1" Здравко is correct; valid team member IDs for admins should work as well, so it sounds like you had an invalid value. And for information on accessing the team space, refer to the Team Files Guide.
-
We can't help with Postman itself as that's not made by Dropbox, but on the Dropbox side of things it sounds like you would want to use the /2/team_log/get_events and /2/team_log/get_events/continue endpoints to retrieve event information like this. You can set event_type to login_success to retrieve successful login…
-
@"julio_diniz_perdigao" Dropbox does support daily use and operations, so you should be able to copy and delete files every day.
-
The team folder IDs of existing team folders themselves shouldn't change, though member roots can change. There are different scenarios and variables though, e.g., a team migrating from no team space to the updated team space, versus migrating from the team space to the update team space, so please feel free to share the…
-
That error message is indicating an issue with the member ID you supplied when specifying which team member to operate on. In this case, that would be the value you're supplying to the "as_user" method. I see you indicated you're supplying a value that starts with "dbmid:", which would be correct, but you redacted the rest…
-
It sounds like you're referring to handling a migration to the updated team space. For information on how to work with this on the Dropbox API, please refer to the following resources: * https://developers.dropbox.com/dbx-team-files-guide * https://dropbox.tech/developers/api-updates-to-better-support-team-spaces In…
-
Please note that the permanent deletion process can take some time to be processed and so such changes may not be immediately reflected everywhere.
-
@"julio_diniz_perdigao" These temporary links refer to the data itself, and so may continue working even once the file has been deleted, but this behavior is not guaranteed.
-
In your first attempt, I see you're putting other statements in place of the method's parameter names, which is not valid Python code, so you get that SyntaxError. In your second attempt, I see you're supplying a list of UserSelectorArg, that is `[user]`, instead of just a single UserSelectorArg as documented, that is just…
-
@"JohnAdam_CUNY" I don't believe we have sample code handy for team_members_set_profile_v2 in particular, so please refer to the documentation for information on the parameters to use with that method. For example, it sounds like you'd need to use the "user", "new_given_name", and "new_surname" for your use case. Please…
-
@"minis" Здравко is correct. Please refer to the following resources for more information: * https://developers.dropbox.com/oauth-guide * https://www.dropbox.com/developers/documentation/http/documentation#authorization * https://dropbox.tech/developers/using-oauth-2-0-with-offline-access And if you're using the Dropbox…
-
In the code snippet you shared here, I see you're calling team_members_get_info_v2, which is a way to read the information for some team member(s). That doesn't change their information on Dropbox. If you want to change their member information (like first/last name) you should use team_members_set_profile_v2. In any case,…
-
@"julio_diniz_perdigao" These two endpoints do work slightly differently, so you may see different performance/speed characteristics between them in practice. That will depend on a number of different factors though, so I can't guarantee specifics, and you may see different performance across time, calls, accounts, etc.…
-
Unfortunately Dropbox does not support creating multiple shared links for the same item, but I'll pass this along as a feature request as well.
-
No, there isn't a way to proactively revoke a temporary link, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
-
A "no_permission" error isn't a scope error. A "no_permission" error would be more related to your file/folder permissions instead. To clarify, do you still require help with this error? If so, please share: * the steps to reproduce the issue, including relevant code snippet(s) and parameter value(s), but don't include any…
-
Would you be able to print out the actual request being sent to Dropbox so I can take a closer look? Be sure to redact the access token though. In any case though, I notice that you appear to be calling for the path "/Salford-test/Test client", but in your other screenshot you're checking the configuration for a different…
-
@"maimon" Thanks for the feedback! I'll pass this along to the team. I don't have more information to share on this scope dependency, and unfortunately there isn't a workaround for this; if you enable team_data.member that will automatically require team_data.governance.write. If I get an update on this though, I'll share…
-
A 'malformed_path' error like this indicates that the supplied path wasn't in the expected format. To troubleshoot that, can you print out and share the path value you're sending? It looks like that would be the value of the 'dropbox_path' variable in your code. For information on the difference between the member folder…
-
To check which account the app is connected to, you should use /2/users/get_current_account (not /2/users/get_account).
-
A "path/not_found" Dropbox API error indicates that the API call failed because there was nothing currently found at the specified path in the connected account under the relevant root. For example, this can happen if there's a mistake or typo in the path value the app supplies, if the file/folder has been renamed, moved,…
-
Dropbox itself doesn't have listings or recommendations of developers to hire (though there may be some in the forum here who can chime in). There also may be third party marketplaces online where you can search for developers to hire, but we can't recommend any in particular. I certainly see how that could be helpful…