MP3 tags from Amazon? - mp3

A lot of MP3 tagging tools (ex: http://www.mp3tag.de/en/) query Amazon to get tag data. How are they doing this, does amazon have an API for it?

Ok, I found out. They are just using the Product Advertising API (https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html) and getting the info from a MP3 Downloads query.

Related

AWS Kedra to UI

I am trying to merge the Aws Kendra search to my UI search bar but I am not knowing where to start can anybody please tell how can i do this.
I have been reading the amazon documents on how to create index for kendra and sync with the data source and also tried the hands on for the same.
I have already created a UI with html ,css and joined with javascript to send video files to s3 , now what I want to do is if any User searches any query or anything in the video should come as a result on the UI with using AWS kendra.
Have you tried to look at Deploying Amazon Kendra? This page provides documentation on kick starting your Kendra integration with some starter code. Although this might be different than your current UI setup, it would cover how a website calls the Kendra backend on their Query APIs and process its Query results.

How to find the amazon MWS wsdl

I'm trying to create a integration between SAP PI and Amazon MWS to get order information back on a periodical timeframe, to process the orders into SAP as order05 idocs.
I dont seem to be able to locate the MWS wsdl to play about with in SOAPUI. Could anyone advise how i can find this?
Thanks
Everything you need to be able to use the Orders API for MWS should be right here:
http://docs.developer.amazonservices.com/en_US/orders-2013-09-01/index.html

Amazon product api import to DB

I've got access to the Amazon products API and I would like to create a website around it.
To create a website I thought on access the API and import the products information into database than use the information to create page and add a products description.
I have a few questions about it:
How I can save the relevant products into my database? I'm using PHP.
What is the best way to build this kind of website?
You got taken a wonderful initiative.
Below AWS technologies will help you to achieve in a scalable way.
DynamoDB:
To store data you can use DynamoDB,
https://aws.amazon.com/dynamodb/
To use with php,
http://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-dynamodb.html
S3 with cloudfront:
To serve static webcontent you can use s3 and cloudfront.
http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/MigrateS3ToCloudFront.html
S3 PHP API:
http://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-s3.html
You might not need API for cloudfront initially, manual configuration might work. But below is for reference,
http://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-cloudfront.html
Be prepared to read a lot. Since you could build with some innovative product that could help millions of people.
Good Luck!

Can I use a 3rd party video content portal like youtube to upload and post videos on my own web portal?

I manage a website where users post entertainment content (photos, text). It's developed in Django with postgresql. I am trying to add a video feature on the website - such that everyone can upload their favorite videos on the website and share them.
Instead of building out video streaming infrastructure myself, can I use an existing video service as a viable backend? For instance, using Youtube's API to send all uploaded videos to its servers, and then embed a youtube player in my website that users can utilize to view uploaded videos? Youtube actually imposes a quota, that computes to about 400 video uploads, 1500 write operations, and 50,000 read operations. My website's scale is already beyond this. Are there any other services I can use? Sorry if this is a newbie question, I actually don't have any experience in this domain. If you point me in the right direction, perhaps giving an illustrative example, I can start getting deeper into this.
The closest I have gotten is getting a bizspark plus subscription that is free for one and a half years. After that one can use Azure media services to get the job done.

Any ways to obtain the download logs of Google Drive for Work with API?

I am on Google Apps unlimited license, and I am trying to obtain the download log of both domain user and external user via Google API. I have tried the Activities List API of Admin SDK to obtain the activities logs but according to the following man page
https://developers.google.com/admin-sdk/reports/v1/reference/activity-ref-appendix-a/drive-event-names
the download event properties is not included in the API result. However, is there any API that allow me get the download log?
Or if there are any other ways, such as using 3rd party Google Drive Addon, any suggestions are appreciated.
Thank you
It does not appear that there is an audited activity for downloads: https://developers.google.com/admin-sdk/reports/v1/reference/activity-ref-appendix-a/drive-event-names