Hi,
When making a call to searchMediaItems, the response object does not contain the methods of SearchMediaItemsResponse, only PagedListResponse, therefore I am unable to retrieve the next page token.
$photosLibraryClient = new PhotosLibraryClient(['credentials' => $credentials]);$response = $photosLibraryClient->searchMediaItems(['pageSize' => 50]);
Hi, When making a call to searchMediaItems, the response object does not contain the methods of SearchMediaItemsResponse, only PagedListResponse, therefore I am unable to retrieve the next page token.
$photosLibraryClient = new PhotosLibraryClient(['credentials' => $credentials]);
$response = $photosLibraryClient->searchMediaItems(['pageSize' => 50]);
$response->getNextPageToken() is undefined