You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a list of all the images I have uploaded. There are more then 1k so the way I used to do this is by calling imagekit.list_files multiple times passing an increasing skip parameter till I'm done. This is no longer working in the latest version of the SDK.
I updated my code to use ListAndSearchFileRequestOptions but still does not work.
Curl does work, I used this website https://curlconverter.com/ to translate the crul request into python requests, and I was able to skip. In case someone that comes here wants a work around 😄
Hello,
I'm trying to get a list of all the images I have uploaded. There are more then 1k so the way I used to do this is by calling
imagekit.list_files
multiple times passing an increasingskip
parameter till I'm done. This is no longer working in the latest version of the SDK.I updated my code to use
ListAndSearchFileRequestOptions
but still does not work.Now trying to skip some images, same result, no matter what I pass on skip
Now trying to get just a set of images. It seems no matter what I pass in options nothing happens.
The text was updated successfully, but these errors were encountered: