ProviderByQuery- Getting same file even if other files are published
vasanth096 opened this issue · 2 comments
vasanth096 commented
Steps to Reproduce:
- Set a policy and request a token for a resource id
- Publish sample file with a meta file for that id.
- Publish a different file with the same meta file and hit the Provider by Query API for the same id in step2.
- The downloaded file is the file that is published on step 2.
- Ideally both the files have to be downloaded.
Prabhu4452 commented
The development for this fix is ready. Please go ahead and test it out.
vasanth096 commented
Works as expected