Comments
-
Hello @"Mikamadgik", By default, API calls to the Dropbox API operate in the "member folder" of the connected account, not the "team space" where the team folders are located. Accessing the team space doesn't require a Dropbox Business API app or team scopes. You can use a standard Dropbox API app to access the team space.…
-
Hi @"alekso89", If you would like to download a file directly from a shared link, you can achieve this action by including the dl=1 parameter in the shared link. For further information, please review the following link: - How to force a shared link to download or render That said, you should avoid modifying shared links…
-
Hello @"Bran Hue", I have spoken to my team, and the error message “too_many_shared_folder” will occur if you attempt to create a shared link with the access level as editor using the /2/sharing/create_shared_link_with_settings endpoint, specifically when the target Dropbox folder contains too many shared folders. The…
-
Hello @"alekso89" Based on the information you’ve provided, you can create a Dropbox shared link after the file has been successfully uploaded to your account. Using the Dropbox API, you can call the /2/sharing/create_shared_link_with_settings endpoint to generate the shared link. This endpoint also allows you to customize…
-
Hello @"Bran Hue", I'm currently checking with my team regarding the error message too_many_shared_folders that occurs when calling the /2/sharing/create_shared_link_with_settings endpoint. I’ll update you as soon as I have more information.
-
Hello @"Hillaero", There has been a recent enhancement to the Dropbox API’s /2/files/list_revisions endpoint that may be helpful for your implementation. The endpoint now supports two new capabilities: * before_rev (optional request parameter): This allows you to request revisions that occurred before a specific revision…
-
Hello @"dega", There has been a recent enhancement to the Dropbox API’s /2/files/list_revisions endpoint that may be helpful for your implementation. The endpoint now supports two new capabilities: * before_rev (optional request parameter): This allows you to request revisions that occurred before a specific revision ID.…
-
Hi @"CooperLiu", @"Excelmate", and @"HaPsantran", There has been a recent enhancement to the Dropbox API’s /2/files/list_revisions endpoint that may be helpful for your implementation. The endpoint now supports two new capabilities: * before_rev (optional request parameter): This allows you to request revisions that…
-
Hi @"jqshenker", There has been a recent enhancement to the Dropbox API’s /2/files/list_revisions endpoint that may be helpful for your implementation. The endpoint now supports two new capabilities: * before_rev (optional request parameter): This allows you to request revisions that occurred before a specific revision ID.…
-
Hi @"Patrik H." There has been a recent enhancement to the Dropbox API’s /2/files/list_revisions endpoint that may be helpful for your implementation. The endpoint now supports two new capabilities: * before_rev (optional request parameter): This allows you to request revisions that occurred before a specific revision ID.…
-
Hi @"Justin C.17" and @"Alexandra F.1", There has been a recent enhancement to the Dropbox API’s /2/files/list_revisions endpoint that may be helpful for your implementation. The endpoint now supports two new capabilities: * before_rev (optional request parameter): This allows you to request revisions that occurred before…
-
Hi @"cesdewar", Thank you for raising this case. The engineering team has identified that the issue was related to a recent migration, which caused the error message "missing client_id" when using the force_reauthentication=true or prompt=login parameter with the Auth URL. That said, the engineering team has informed me…
-
Hello @"De L.1", @"codeconfigs" and @"pp111", Thank you for raising this case. The engineering team has identified that the issue was related to a recent migration. They have informed me that the issue should now be resolved and you should be able to use the force_reauthentication=true or prompt=login parameter with the…
-
Hi @"pp111" and @"De L.1", The engineering team has updated me, and the issue was related to a recent migration. They’ve informed me that the issue should now be resolved, and you should be able to use the force_reauthentication=true or prompt=login parameter with the Auth URL for the OAuth authorization flow. We…
-
Hello @"pp111", Thank you for bringing this to our attention. I was able to replicate the issue you're experiencing with the OAuth authorization flow based on the information that you have provided. It appears to occur when the force_reauthentication=true parameter is included in the Auth URL. I've escalated this to our…
-
Hi @"KlausB" Apologies for the delay in reviewing this. The issue you're encountering appears to be outside the scope of the Dropbox API. However, it looks like the problem may be related to the Dropbox Desktop Client. To help you get the most relevant support, I’ve moved this post to the Dropbox Client section of the…
-
Hi @"johnday", Thanks for providing the additional information on this Dropbox forum. If you're looking to retrieve a list of all team folders, you can use the /2/team/team_folder/list and /2/team/team_folder/list/continue endpoints. However, these endpoints only include team folders and exclude other types of folders. For…
-
Hi @"PaulChen7911", Webhooks require the files.metadata.read scope to receive webhook notifications. If you only added that scope after connecting the API app to your account, you'll need to re-authorize the API app to access your account with that scope enabled. That said, I'll be happy to help with any issues you're…
-
Hi @"AndresSilva", If you would like to access all folders and subfolders within a Dropbox team, please review the following links below: * Listing the contents of all team-accessible namespaces * Path Root Header Modes In relation to the 2/team/team_folder/list endpoint, it will only list the team folders connected to the…
-
Hello @"Rich F.5" , Thank you for the clarification. If you are using an API app with the access type "App folder," you will only have access to the dedicated app folder named after your app. For example, if your API app is named "myfolder," you can only access the dedicated app folder at /Apps/myfolder and not /myfolder,…
-
Hello @"Rich F.5", 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…
-
Hi @"Rich F.5", Please note that each API app name is unique, and no two API apps can have the same name. That said, our team is more than happy to cross-check the issue you are experiencing with your API apps. Please open an API ticket using the following link: https://www.dropbox.com/developers/contact Please also…
-
Hello @"Rich F.5", Dropbox is no longer offering the option for creating new long-lived access tokens. Dropbox is now issuing short-lived access tokens (and optional refresh tokens) instead of long-lived access tokens. You can find more information on this migration here. Apps can still get long-term access by requesting…
-
こんにちは @"y-otani" 前のコメントに加えて、Dropbox-API-Select-Admin ヘッダーを使用して、指定したチーム管理者として Dropbox API リクエストを発行し、名前空間の相対ファイル パスを使用してチーム フォルダにアクセスできます。管理者権限があれば、チーム フォルダーにメンバーがいない場合でも、チーム フォルダーでファイル操作を実行できます。詳細については、次のリンクを参照してください。 - DBX チーム ファイル ガイド - チーム メンバーのコンテンツの管理 - DBX ファイル アクセス ガイド - パスと識別子 -----------–…
-
こんにちは @"y-otani" /team_folder/create エンドポイント経由で最初に新しいチーム フォルダーを作成すると、デフォルトではメンバーが存在せず、Dropbox ウェブサイトの管理コンソールにのみ表示されます。チーム フォルダーへのアクセスを許可するには、メンバーまたはグループをチーム フォルダーに追加する必要があります。 Sharing/add_folder_member エンドポイントを呼び出して、メンバーまたはグループをチーム フォルダーに追加できます。メンバーが追加されると、チーム スペース内のアカウントにチーム…
-
Hello @"Rich F.5", Thanks for the feedback! I'll pass this along to our development team to improve the documentation on the 'app folder' access type, regarding the direct path of the app folder within a Dropbox account.
-
Hello @"Rich F.5", When you use an access token from an API app with the “app folder" access type, you are correct that the root path of your API calls refers to your app's dedicated folder. For example, if I create an API app named “TestAppFolder” with the “app folder” access type, I will only have access to the folder…
-
こんにちは @"y-otani" デフォルトでは、Dropbox API への API 呼び出しは、チーム フォルダが配置されている「 チーム スペース」ではなく、接続されたアカウントの「メンバー フォルダ」で実行されることに注意してください。チーム フォルダにアクセスする必要がある場合は、Dropbox API リクエストで「Dropbox-API-Path-Root」ヘッダーを設定して、API 呼び出しが「チーム スペース」で実行されるように構成する必要があります。2…
-
Hello @"Rich F.5", I'm happy to hear that you are able to access your files and folders while using an API app with the access type 'Full Dropbox.' Please note that the Dropbox API currently offers two levels of file access: 'App Folder' and 'Full Dropbox'. May I ask if you have initially created an API app with the access…
-
Hi @"mrtn", Please note that, by default, API calls to the Dropbox API operate in the 'member folder' of the connected account rather than the "team space" where the team folders are located. If you need to access the team folder named "DATA", you need to configure your API calls to operate in the "team space" by setting…