can you please help me this is my code : const androidpublisher = google.androidpublisher({ version: "v3", auth: auth, });
try {
const response = await androidpublisher.purchases.products.get({
packageName: packageName.trim(),
productId: productId.trim(),
token: purchaseToken.trim(),
});
and I am getting this error : code: 400, message: 'Invalid Value', status: 400,