Skip to content

Commit 64c2785

Browse files
authored
Automated Spec Update (#250)
4c2256e55c765e545d478018f3eb8f823de52925 Change Notes: files Namespace - Update list_folder route to include auth - Update list_folder/continue route to include auth - Update list_folder/get_latest_cursor route to include auth sharing_files Namespace - Update Comments - Add UpdateFileMemberArgs struct - Remove change_file_member_access route - Remove ChangeFileMemberAccessArgs and UpdateFileMemberArgs structs 973bd9fef7e3eea8de85bd20494333bbffe17999 Co-authored-by: DropboxBot <[email protected]>
1 parent 7d8c19c commit 64c2785

18 files changed

+646
-301
lines changed

dropbox-sdk-dotnet/Dropbox.Api/Generated/Files/DeletedMetadata.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public class DeletedMetadata : Metadata
4343
/// behavior will match the path provided in the Core API v1, and at least the last
4444
/// path component will have the correct casing. Changes to only the casing of paths
4545
/// won't be returned by <see
46+
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
4647
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />. This
4748
/// field will be null if the file or folder is not mounted.</param>
4849
/// <param name="parentSharedFolderId">Please use <see

dropbox-sdk-dotnet/Dropbox.Api/Generated/Files/FileMetadata.cs

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,17 @@ public class FileMetadata : Metadata
5656
/// behavior will match the path provided in the Core API v1, and at least the last
5757
/// path component will have the correct casing. Changes to only the casing of paths
5858
/// won't be returned by <see
59+
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
5960
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />. This
6061
/// field will be null if the file or folder is not mounted.</param>
6162
/// <param name="parentSharedFolderId">Please use <see
6263
/// cref="Dropbox.Api.Files.FileSharingInfo.ParentSharedFolderId" /> or <see
6364
/// cref="Dropbox.Api.Files.FolderSharingInfo.ParentSharedFolderId" /> instead.</param>
6465
/// <param name="mediaInfo">Additional information if the file is a photo or video.
6566
/// This field will not be set on entries returned by <see
67+
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
6668
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" />, <see
69+
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
6770
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />, or <see
6871
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetThumbnailBatchAsync" />, starting
6972
/// December 2, 2019.</param>
@@ -78,6 +81,7 @@ public class FileMetadata : Metadata
7881
/// properties with the property template specified.</param>
7982
/// <param name="hasExplicitSharedMembers">This flag will only be present if
8083
/// include_has_explicit_shared_members is true in <see
84+
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
8185
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" /> or <see
8286
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetMetadataAsync" />. If this flag
8387
/// is present, it will be true if this file has any explicit shared members. This is
@@ -206,7 +210,9 @@ public FileMetadata()
206210
/// <summary>
207211
/// <para>Additional information if the file is a photo or video. This field will not
208212
/// be set on entries returned by <see
213+
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
209214
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" />, <see
215+
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
210216
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />, or <see
211217
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetThumbnailBatchAsync" />, starting
212218
/// December 2, 2019.</para>
@@ -243,11 +249,12 @@ public FileMetadata()
243249

244250
/// <summary>
245251
/// <para>This flag will only be present if include_has_explicit_shared_members is
246-
/// true in <see cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" /> or
247-
/// <see cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetMetadataAsync" />. If this
248-
/// flag is present, it will be true if this file has any explicit shared members.
249-
/// This is different from sharing_info in that this could be true in the case where a
250-
/// file has explicit members but is not contained within a shared folder.</para>
252+
/// true in <see cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
253+
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" /> or <see
254+
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetMetadataAsync" />. If this flag
255+
/// is present, it will be true if this file has any explicit shared members. This is
256+
/// different from sharing_info in that this could be true in the case where a file
257+
/// has explicit members but is not contained within a shared folder.</para>
251258
/// </summary>
252259
public bool? HasExplicitSharedMembers { get; protected set; }
253260

0 commit comments

Comments
 (0)