Closed firstroad closed 5 years ago
you should debug the whole request the SDK is generating: header, body, url... and compare it with the ebay docu. use postman to build your own "download file request" (that works, based on the ebay docu). then compare your request with the one the SDK is generating. then you will find out if something is missing or if the SDK is doing something wrong.
It appears to be that File Transfer API only works with AuthNAuth token and not with oAuth
Hello, I have made ton of calls and now I am trying to do what is in 09-download-category-item-specifics.php but after I get the FileReferenceID and TaskReferenceID. I get an error when downloadFile is running. My code:
The error:
The call stack goes from my line
$response = $service->downloadFile( $request );
toFileTransferService.php:53
and then you can see in the error message. I have the latest (18) version of sdk, psr7(1.4.2), promises(1.3.1), guzzle(6.3.3) I have checked my credentials and as I told you the first request returns correctly. Something goes wrong with the second request but I can't find what, even if I am struggling for the last 3 hours.