We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102741e commit a2bba79Copy full SHA for a2bba79
src/pages/[platform]/build-a-backend/storage/list-files/index.mdx
@@ -73,8 +73,10 @@ const loadNextPage = async () => {
73
let response = await list({
74
path: 'photos/',
75
// Alternatively, path: ({ identityId }) => `album/{identityId}/photos/`
76
- pageSize: PAGE_SIZE,
77
- nextToken: nextToken
+ options: {
+ pageSize: PAGE_SIZE,
78
+ nextToken: nextToken
79
+ }
80
}
81
});
82
if (response.nextToken) {
0 commit comments