@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
Parameter | Type | Description |
---|---|---|
offset | string | optional offset value for pagination. Can be gotten from the nextOffset field of a response |
Returns:
Promise<GetFilesSharedByMeResponse>