Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Youtube API does not work for PublishDateAfter/Before properties #454

Closed
mogaembo opened this issue Jul 13, 2015 · 2 comments
Closed

Youtube API does not work for PublishDateAfter/Before properties #454

mogaembo opened this issue Jul 13, 2015 · 2 comments
Assignees
Labels
external This issue is blocked on a bug with the actual product. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@mogaembo
Copy link

Youtube API does not work for PublishDateAfter/Before properties

GET https://www.googleapis.com/youtube/v3/search?order=date&part=snippet&q=Bill%2BClinton&fields=items(id%2Csnippet)%2CnextPageToken%2CpageInfo%2CprevPageToken%2CtokenPagination&publishedBefore=2000-01-01T00%3A00%3A00Z&maxResults=5&key={YOUR_API_KEY}

Any help or direction much appreciated.

@JustinBeckwith
Copy link
Contributor

After a litte investigation, this is actually a problem with the YouTube Data API. You recreate it on the the Google API Explorer by setting a very early publishedBefore value:
https://developers.google.com/youtube/v3/docs/search/list#examples

Others are reporting it here:
http://stackoverflow.com/questions/27907244/youtube-api-v3-activities-publishedafter-publishedbefore-parameter-ignored

@JustinBeckwith JustinBeckwith added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. external This issue is blocked on a bug with the actual product. labels Mar 13, 2016
@JustinBeckwith
Copy link
Contributor

Greetings folks! There's not much we can do in this library with bugs in backend APIs. If this is still an issue, please do file a bug in the YouTube API issue tracker!
https://issuetracker.google.com/issues/new?component=186600&template=874803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external This issue is blocked on a bug with the actual product. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants