Space SDK Package

Space SDK Package

  • Users
  • Storage
  • Space Docs

@spacehq/sdk > UserStorage > getRecentlySharedWith

UserStorage.getRecentlySharedWith() method

Returns a list of public keys of clients to which files where shared with

Signature:

getRecentlySharedWith(offset?: string): Promise<GetRecentlySharedWithResponse>;

Parameters

ParameterTypeDescription
offsetstringoptional offset value for pagination. Can be gotten from the nextOffset field of a response

Returns:

Promise<GetRecentlySharedWithResponse>

  • UserStorage.getRecentlySharedWith() method
  • Parameters
Space SDK Package
Docs
Getting StartedUsersStorage
Resources
All DocumentationProject SlackBlog
More
GitHubStar
Follow @spacestorage