Space SDK Package

Space SDK Package

  • Users
  • Storage
  • Space Docs

@spacehq/sdk > UserStorage > getFilesSharedByMe

UserStorage.getFilesSharedByMe() method

Return the list of files the current storage user has shared with other users in the past

Signature:

getFilesSharedByMe(offset?: string): Promise<GetFilesSharedByMeResponse>;

Parameters

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

Returns:

Promise<GetFilesSharedByMeResponse>

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