Can't Retreive Entire Media
Hi, I need help, I followed the documentation to get all the images/media from cloudinary, and I run the script exactly like what documentation does, but why it returned something like this, looks like I failed to retrieve the data I wanted. I'm using PHP Laravel, kindly help me with this, thank you in advance.

And it's returned something like this..

-
Hi Refo,
Although the response is an ArrayObject, which should be displayed fully and correctly when using the Laravel dd() method, can you please try the following and let me know if you get more information printed:dd((array)$result);
If that doesn't yield different results, please try and print $result['resources'] explicitly instead of $result to see if the resources index exists in the response:
dd($result['resources']);
Thanks,
Raz1 -
Wow cool, it's work, thank you very much!
0 -
That's great Refo, I'm happy to hear that it works! Glad I could help :)
Best,
Raz0
Post is closed for comments.
Comments
3 comments