Hi, I tried to query a list of file URLs in a group based on this documentation.
However, when I use groupInfo() function, it returns me 404 Not Found. Searching for the uuid in the uploadcare dashboard also returns nothing when in fact the group is there and i can access it through URL.
Can anybody help me on this?
Accessing a non-group uuid works using fileInfo().
Hi @PAM, Could you double-check if the group you’re trying to access is stored within the same project associated with the public/secret key you’re using in the authentication schema?
Hi yes. I can confirm that it is stored within the same project of my api keys.
It’s weird, on my dashboard (Files) when files are uploaded in group, each of the files has different uuid. On url saved on my database, it’s saved with group UUID.
The problem still persist, I could not search the group UUID on the dashboard and api. Non group uuid works fine.
I can confirm that I have both parameter passed to the function. I can also confirm that I have passed group UUID to the function. Line 42 will return 404 not found when group uuid is passed.
I also uploaded a new file which returns this group uuid but it is not available in the dashboard. I can confirm that the individual files were uploaded to the dashboard.
Also, is there any way for me to get private support on this?