Search found 19 matches

by jpatent
Sun Nov 13, 2016 1:02 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Help: Where can I find a PHP sample to get my Token ?
Replies: 3
Views: 3447

Re: Help: Where can I find a PHP sample to get my Token ?

Hi,
I get the error: 401Client identifier is required.
How do i correctly encode my key?

Thanks
by jpatent
Fri Nov 11, 2016 8:19 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: How to encode consumer key / consumer secret correctly?
Replies: 3
Views: 4037

How to encode consumer key / consumer secret correctly?

Hey, I have the code: $url = 'https://ops.epo.org/3.1/auth/accesstoken'; $request_headers = array(); $request_headers[] = 'Content-Type: application/x-www-form-urlencoded'; $request_headers[] = 'Authorization: Basic ...(key)...'; $postdata = "grant_type=client_credentials"; $myCurl = curl_...
by jpatent
Wed Nov 09, 2016 9:06 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Search range over 100
Replies: 1
Views: 1567

Search range over 100

Hey,
when i search for http://ops.epo.org/3.1/rest-services/pu ... ange=1-100 i get these 100 search results.
How can i see more that 100 results?

Thanks
by jpatent
Tue Aug 16, 2016 11:54 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: Dawings into database
Replies: 1
Views: 1665

Dawings into database

Hi,
i want to add lots of patent drawings to my database. But downloading each image and insert it into the database takes much too long . Is there a function that can download many images at once ?
by jpatent
Sat Aug 13, 2016 7:42 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: DOCDB sample file
Replies: 1
Views: 1713

DOCDB sample file

Hi, i downloaded the sample file from DOCDB after looking at http://documents.epo.org/projects/babyl ... awData.pdf . But in none of the downloaded files all criteria are met.In the first file is missing the abstract, in the second file is missing the applicant and in the third is missing the invent...
by jpatent
Fri Aug 12, 2016 12:28 pm
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: How to download XML raw data
Replies: 6
Views: 3046

Re: How to download XML raw data

OK.
You helped me a lot.
Thank you.
by jpatent
Fri Aug 12, 2016 10:04 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: How to download XML raw data
Replies: 6
Views: 3046

Re: How to download XML raw data

But i would like to have a raw data product like DOCDB but with drawings. How can i do that?
by jpatent
Fri Aug 12, 2016 9:51 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: How to download XML raw data
Replies: 6
Views: 3046

Re: How to download XML raw data

Thanks for the quick help. :)
by jpatent
Thu Aug 11, 2016 10:46 am
Forum: Open Patent Services (OPS) and bulk data subscription products
Topic: How to download XML raw data
Replies: 6
Views: 3046

How to download XML raw data

I want to download XML raw data to add it to my database. How am i doing this? :?: