@spacehq/sdk > UserStorage > getFilesSharedWithMe
UserStorage.getFilesSharedWithMe() method
Return the list of shared files accepted by user
Signature:
getFilesSharedWithMe(offset?: string): Promise<GetFilesSharedWithMeResponse>;
Parameters
Parameter | Type | Description |
---|---|---|
offset | string | optional offset value for pagination. Can be gotten from the nextOffset field of a response |
Returns:
Promise<GetFilesSharedWithMeResponse>