rom

Results 20 comments of rom

On second look, I can get the estimatedSoldQuantity, which is basically equivalent to Item.SellingStatus.QuantitySold, from the Browse API's getItem. Still, is there a way to put the ReturnAll DetailLevel parameter?

> Use https://github.com/davidwilsonfs/google-translate-token How do you use this? I also found this library, just tried to use for the last 10 minutes, then got errors of 'BAD_REQUEST'. How do you...

Did you all have this up and running on your own hosted Google Cloud app? I just started this process and the next day saw all your guys' posts talking...

I believe this is possibly due to a deprecated import in the `ga-beacon.go` file at line 17: `"google.golang.org/appengine/delay"` I created a stackoverflow issue about it here: [https://stackoverflow.com/questions/72262420/could-not-import-google-golang-org-appengine-delay](https://stackoverflow.com/questions/72262420/could-not-import-google-golang-org-appengine-delay) I'll chime in...

Guys, I got this to work just now. Woot! And, I did it without having to use their ga-beacon.appspot.com. Here's what I did (in a nutshell)... 1. Knowing nothing about...

How did you guys implement it? Can you paste that code here?

Hi, I am getting this same error. Mine is this: ``` { errors: [ { errorId: 1100, domain: 'ACCESS', category: 'REQUEST', message: 'Access denied', longMessage: 'Insufficient permissions to fulfill the...

@dantio I switched over to your code and it worked for a bit but this is now the error... ``` EBayAccessDenied: Access denied at EBayAccessDenied.EBayError [as constructor] (/root/ebay-selling/backend/node_modules/@hendt/ebay-api/lib/errors/index.js:26:47) at new...

Hello, Here is my code: ``` // express.js controller... exports.imageUrlToAmazonS3Url = async ( req, res ) => { let { url } = req.body; console.log(url); AmazonS3.findOne({ Original: url }, function...

Never got to the bottom of this. It sucks because to convert an array of image urls, it takes hours sometimes. The reason is because it will certainly work on...