basic authentication passes in postman, it passes when i login through harvests webpage but dont passes in my c# code. What is wrong in my code. When i use another account with the same uri. It passes. the error comes in this line (response =…
Using Harvest php API http://mdbitz.com/harvest-api/examples/ and my harvest php array prints following data:
$myresult = $harvestAPI->getUser($client_id);
$data = $myresult->get( "data" );
print_r($data);
data:
Harvest_User Object (…
I have a div and a table. Inside div there are dropdowns. div can be scrolled horizontally.
I've used following tool for the dropdown.
Harvesthq Chosen
Now here is a piece of it.
In image 1 you can see I've taken the horizontal scroll to the end…
https://github.com/okfn/ckanext-harvest/blob/release-v2.0/README.rst#the-ckan-harvester mentions that you can specify a "default_groups" config option in order to have all harvested records added to a group.
Does this still work in CKAN 2.0? Is…
So, I'm trying to build a small rails app for internal use at the small design/dev agency I work for. I'm pretty new to rails (I'm a front-end dev) but I'm learning.
The goal is for the app to pull in data from Harvest and display…
I am trying to run heat.exe to harvest a folder. The folder contains 3 sub folders, but I want to ignore one of them 'config'. I tried the following as said in this answer How can I exclude SVN files from harvesting with heat (WiX)?:
I am using Wix 3.5 and VS19 to setup my project. I use harvesting as a method to extract setup. My project is a .net 5.0 project. I added the necessary paths to the setup.wixproj file. While rebuilding the Setup project, I get the Content error.…
I'm using CKAN 2.9 version with the Remote harvesting extension.
I don't want to harvest all datasets, I want to harvest select datasets of name or of the ID within packages on a website.
Can I use a filter e.g. with CQL filter in the config or…
What is the correct format for a redirect URL when authenticating with OAuth2 and the Harvest API from an iOS application?
oauth.com states that a redirect URL for a native application can look like myapp://callback. Problem is, Harvest doesn't…
I have really simple issue but seems I can't find answer easily due Wix restrictions, also to mention I am pretty new to Wix.
Problem is, as described in title, I can't make heat harvest couple of files that are generated on build and name of those…
I've ran into several dead ends trying to come up with a result from a Google search. Essentially, I have a list of say 20 websites, all research institutes that occasionally update their websites/blogs with their latest findings.
I'm trying to…
I have a ASP.net webform populated with data from a MS SQL DB, and allows you to edit values.
The web app uses a Harvest Chosen multiselect dropdown list (max=1) to select two different persons picked from the same list of information, but on two…
I installed ckan in my docker container.I have also proxy setttings.I can create harvest job in web UI but I cannot collect datasets from websites like that demo.ckan.org.In comamnd line I send a curl request and It gives certification error.How do…
I read this documen to create a harvester. https://github.com/ckan/ckanext-harvest.I can reach http://localhost/harvest.After that, I created a harvest source.But what will I do right now?What I want to do is to collect some datasets from another…
I am working on harvest API for Python. When I run Python on terminal in
/usr/local/lib/python2.7/dist-packages.
It is able to import harvest. But when I run the same command in any other folder it isn't able to recognize the same and throws…