-
Regarding the folder identifiers that are the same across users who share the folder
I need an identifier that will be the same across users who share the folder. After investigating "/2/files/list_folder" API, we were able to confirm the following: * For folders for which a "shared_folder_id" can be obtained, the "id" values seen by each user are different but the "shared_folder_id" values are the same. *…
-
The results of "/files/search_v2" may be different.
Even though the request parameters are the same, the response results for "/files/search_v2" may differ. The response may contain search result folders/files, or it may contain zero search results. Is it by design that the results can be different even though the request parameters are the same? If it is a specification, I…
-
Regarding the condition that "folder_id" is returned in "/sharing/list_folders".
I have a question about the "/sharing/list_folders" API. According to your API reference, the "folder_id" field in the response body is optional. Please tell me the conditions under which "folder_id" is returned. Thank you for your support.
-
Regarding the case where "list_folder" returns entries exceeding the limit value
In the "/list_folder" API specification, there is the following note regarding the "limit" parameter. Note: This is an approximate number and there can be slightly more entries returned in some cases. Please give us specific examples and conditions for "some cases". Thank you for your support.
-
About the "path_lower" field in the response body from Dropbox API "/create_folder"
I have a question about the "/create_folder" API. According to your API reference, the "path_lower" field in the response body is optional. Are there any situations in which the response body does not include "path_lower" even when the status code is 200? If so, could you please specify the scenarios in which this occurs?…
-
Dropbox API 「/list_folder」のデフォルトのソート順について
お世話になっています。 「/list_folder」について、API仕様(https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder)を読む限り、ソートに関するオプションが存在せず、明示的にソート順を指定できない認識ですが、 このAPIが返すデフォルトのソート順を教えていただきたいです。 また、このAPIではソートがサポートされてない認識ですが、 Dropbox APIで、ソートを指定してフォルダー/ファイルを取得する方法がある場合は教えていただきたいです。 よろしくお願い致します。
-
About the default sort order of Dropbox API "/list_folder"
Regarding "/list_folder", as far as I read the API specification (https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder), there are no options for sorting. I would like to know the default sort order returned by "/list_folder". Also, I understand that this API does not support sorting, I…