Skip to content

Commit

Permalink
Automated Spec Update (#251)
Browse files Browse the repository at this point in the history
87a8e08baac15deb3adae9771e6a9786189e5073

 Change Notes:

files Namespace
- Update list_folder route to remove auth
- Update list_folder/continue route to remove auth
- Update list_folder/get_latest_cursor route to remove auth

 14ee35013933afb346ba37b3dfafa08ef800244a

Co-authored-by: DropboxBot <[email protected]>
  • Loading branch information
DropboxBot and DropboxBot authored Jul 2, 2021
1 parent 64c2785 commit 3c4ff14
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 603 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public class DeletedMetadata : Metadata
/// behavior will match the path provided in the Core API v1, and at least the last
/// path component will have the correct casing. Changes to only the casing of paths
/// won't be returned by <see
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />. This
/// field will be null if the file or folder is not mounted.</param>
/// <param name="parentSharedFolderId">Please use <see
Expand Down
17 changes: 5 additions & 12 deletions dropbox-sdk-dotnet/Dropbox.Api/Generated/Files/FileMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,14 @@ public class FileMetadata : Metadata
/// behavior will match the path provided in the Core API v1, and at least the last
/// path component will have the correct casing. Changes to only the casing of paths
/// won't be returned by <see
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />. This
/// field will be null if the file or folder is not mounted.</param>
/// <param name="parentSharedFolderId">Please use <see
/// cref="Dropbox.Api.Files.FileSharingInfo.ParentSharedFolderId" /> or <see
/// cref="Dropbox.Api.Files.FolderSharingInfo.ParentSharedFolderId" /> instead.</param>
/// <param name="mediaInfo">Additional information if the file is a photo or video.
/// This field will not be set on entries returned by <see
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" />, <see
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />, or <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetThumbnailBatchAsync" />, starting
/// December 2, 2019.</param>
Expand All @@ -81,7 +78,6 @@ public class FileMetadata : Metadata
/// properties with the property template specified.</param>
/// <param name="hasExplicitSharedMembers">This flag will only be present if
/// include_has_explicit_shared_members is true in <see
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" /> or <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetMetadataAsync" />. If this flag
/// is present, it will be true if this file has any explicit shared members. This is
Expand Down Expand Up @@ -210,9 +206,7 @@ public FileMetadata()
/// <summary>
/// <para>Additional information if the file is a photo or video. This field will not
/// be set on entries returned by <see
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" />, <see
/// cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderContinueAsync" /> <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderContinueAsync" />, or <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetThumbnailBatchAsync" />, starting
/// December 2, 2019.</para>
Expand Down Expand Up @@ -249,12 +243,11 @@ public FileMetadata()

/// <summary>
/// <para>This flag will only be present if include_has_explicit_shared_members is
/// true in <see cref="Dropbox.Api.Files.Routes.FilesAppRoutes.ListFolderAsync" /> <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" /> or <see
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetMetadataAsync" />. If this flag
/// is present, it will be true if this file has any explicit shared members. This is
/// different from sharing_info in that this could be true in the case where a file
/// has explicit members but is not contained within a shared folder.</para>
/// true in <see cref="Dropbox.Api.Files.Routes.FilesUserRoutes.ListFolderAsync" /> or
/// <see cref="Dropbox.Api.Files.Routes.FilesUserRoutes.GetMetadataAsync" />. If this
/// flag is present, it will be true if this file has any explicit shared members.
/// This is different from sharing_info in that this could be true in the case where a
/// file has explicit members but is not contained within a shared folder.</para>
/// </summary>
public bool? HasExplicitSharedMembers { get; protected set; }

Expand Down
Loading

0 comments on commit 3c4ff14

Please sign in to comment.