Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
Looker Studio API Get Assets does not return "nextPageToken" when "pageSize" is smaller than the total number of results returned from API
What you expected to happen:
I am expecting the nextPageToken to be present in the response from the LookerStudio API when the pageSize provided is less than the actual results
Steps to reproduce:
Specify pageSize when calling the REST API "
Other information (workarounds you have tried, documentation consulted, etc):
I have tried different numbers for pageSize seems like there's no default value and when I tried 1000 seems to be working but I have no way of verifying this.