DB-Des Dropboxer

Comments

  • Hi @"Omri1984", Paper docs can still be accessed via the API, which endpoints to use depend on your version of Paper. You can find more details on the Paper Migration Guide.
  • Hi @"rafstahelin", It looks like you have been in communication with our support team. We can continue assisting you through that channel.
  • Hi @"mikirey", Team folders can still be listed using a user-linked (individual scopes only) token. However, in order to access the team space, you will need to set the "Dropbox-API-Path-Root" header. You can find information on how to use this in the Team Files Guide. The reason for this is that by default, API calls to…
  • @"mikirey", /2/files/list_folder/get_latest_cursor is a way to quickly get a cursor for the folder's state, and yes you cannot go backwards in time. The /2/files/list_folder/get_latest_cursor endpoint is for an app which only needs to know about new files and modifications and doesn't need to know about files that already…
  • Hi @"MikhaelG" The 375GB upload limit via the API applies when using the /2/files/upload_session endpoints. To clarify, upload sessions allow you to upload a single file in one or more requests. A new upload session is started by sending a request to /2/files/upload_session/start. You then use…
  • @"rafstahelin" What you are wanting to retrieve from the response from the /2/users/get_current_account endpoint is the user's 'root_namespace_id'. Feel free to share the response you are receiving so we can better assist. Please remove any personal identifiable information though.
  • @"mikirey", When you call /2/files/list_folder/get_latest_cursor, the Dropbox API will return a cursor for the corresponding account and path (if one is provided) at that particular point in time. So, if a call is made before any folder updates are done in that account, the cursor will be for "before" those latest…
  • Hi @"alekso89", It sounds like the issue is with FileStack. We'd recommend reaching out to the support organization for FileStack for help. If the developers of FileStack are having any trouble with the Dropbox API itself, they can reach out to Dropbox developer support directly with the relevant technical details.
  • Hi @"divyeshpator", It sounds like you may be wanting to use long-lived or permanent access tokens. Dropbox does not offer the option for creating long-lived access tokens, Dropbox issues short-lived access tokens (and optional refresh tokens) instead. Apps can get long-term access by requesting "offline" access though, in…
  • Hi @"rafstahelin" To add to what jdalessio shared, by default, API calls to the Dropbox API operate in the "member folder" of the connected account, not the "team space". That means that by default, the contents of the team space will not be found. You can configure API calls to operate in the "team space" instead though,…
  • Hi @"BellaAna", It is not recommended for temporary links to be used to directly display content. We'd recommend looking at creating shared links instead. Additionally, keep in mind that there are several factors that could affect playback speed on external platforms. Since playback speed on external platforms is beyond…
  • Hi @"mikirey", The cursor value used for paginating through results is an encoded string that contains various pieces of information—such as the account ID, app ID, and parameters related to the original request. The exact structure of the cursor is intentionally abstracted and may change over time, so we recommend…
  • Hi @"jimmyb", The endpoint /2/file_requests/create requires scope `file_requests.write`. As long as your app has that scope enabled, you should be able to send requests to this endpoint without any issues. If you are seeing any errors or unexpected behavior with this scope enabled, please reply with: * the name and version…
  • Hi @"roberto_arista", I'm glad to hear you were able to get this working. Just for future reference, it is not necessary to delete an app and create a new one in order to grant new scopes. Checking/Unchecking scopes and clicking "Submit" at the bottom of the page should save the updated scopes. After that step's been…
  • @"ElijahRap", I just wanted to provide you with an update. The team has reviewed the issue, and they’ve asked that you open an Issue in the SwiftyDropbox SDK GitHub so it can be properly tracked. At this time, the impact is considered low, so while we appreciate you bringing it to our attention, we can’t promise if or when…
    in LoadingView Comment by DB-Des April 2025
  • Hi @"ElijahRap", Thanks for the additional information. We're investigating this API issue. We'll follow up here once we have an update.
    in LoadingView Comment by DB-Des April 2025
  • Hi @"Jeff B.63" Our support team should be able to further assist you with this enquiry. Feel free to create a support request here.
  • Hi @"RFrendt", You will need to reach out to Zapier support team for assistance on that as well.
  • Hi @"RFrendt" By default, API calls to the Dropbox API operate in the "member folder" of the connected account, not the "team space". You can configure API calls to operate in the "team space" instead though, in order to interact with files/folders in the team space. To do so, you'll need to set the "Dropbox-API-Path-Root"…
  • Hi @"icimsdev", Thanks for reaching out. We don’t have any official documentation or guarantees around cookies specific to the Dropbox Chooser. All the information we currently have available for the Dropbox Chooser can be found here: https://www.dropbox.com/developers/chooser. For more general information about how…
  • Hi @"alekso89", This 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 @"SQLBackupAndFTP Team", Thanks for checking in. There are currently no updates to share just yet. Rest assured, as soon as we receive any updates from the team, I’ll be sure to let you know. Appreciate your patience in the meantime!
  • Hi @"shaoyunwu", API apps with team scopes can only be authorized by team admins. Based on the brief description of your use case, it sounds like you might be able to achieve your goal by interacting with User Endpoints only. In which case, you can just remove team scopes and have team members authorize your app to act on…
  • Hi @"roberto_arista", A 'missing_scope' error indicates that while the app is permitted to use that scope, the particular access token you're using to make the API call does not have that scope granted. Also, be aware that just adding a scope to your app via the App Console does not retroactively grant that scope to…
  • @"adamatronix", Even though it appears as though you are indeed passing a refresh token to the request in your third code snippet example, the request is defaulting to "Basic auth" because it is not recognizing the value of the refresh token — meaning, this is most likely an empty value. A malformed or invalid refresh…
  • @"SHER ALI", It isn't currently possible to style the Dropbox embedder component, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
  • @"ElijahRap", In order for us to further investigate, 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
    in LoadingView Comment by DB-Des April 2025
  • @"adamatronix" "Basic" authorization, which appears to be what you are using, can be used to supply an app key and secret to list the contents of a shared link using 'filesListFolder()'. The app key and secret identify the app, and the access to the listing is enabled by the shared link itself. If you use "Basic"…
  • Hi @"adamatronix", Are you able to share the error message being returned with the 409 HTTP code?
  • Hi @"admin123", There are currently no updates on the feature request submitted in https://www.dropboxforum.com/discussions/101000014/rest-api-naming-conventions-for-new-file-request/753074.