Space SDK Package

Space SDK Package

  • Users
  • Storage
  • Space Docs

@spacehq/sdk > UserStorage > getFilesSharedWithMe

UserStorage.getFilesSharedWithMe() method

Return the list of shared files accepted by user

Signature:

getFilesSharedWithMe(offset?: string): Promise<GetFilesSharedWithMeResponse>;

Parameters

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

Returns:

Promise<GetFilesSharedWithMeResponse>

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