Using Resync method for a collection to update metaData

i am using resync metadata but metadata still showing old data
can you please check

what is the particular case that you have?

i am using this method

const options = {
address: _address,
token_id: _tokenId,
flag: _flag,
chain: _chain
};
const NFTLowestPrice = await Moralis.Web3API.token.reSyncMetadata(options);

it gives me response request intiated

I mean an example for a chain, token_id, address

address: โ€œ0x5b5cf41d9EC08D101ffEEeeBdA411677582c9448โ€,
token_id: 1108,
_flag:โ€œmetadataโ€,
chain: โ€œethโ€

But i want to resync for full collection means for 10000 tokens
is there any other method or i have to run a script for 10000 items one by one

there isnโ€™t an easy way in this case, as the metadata is not on IFPS

weโ€™ll have to investigate this one

this one should be fixed now, resyncMetadata should work now, but you still have to call it for every token id

Hi yesterday i call for 3000 tokens and its reflected at that time
but now i am checking again its hows me null
can you please check?

can you try to run that resync again?