Questions tagged [harvest]

Time tracking and billing tool

Harvest is a time tracking and invoice software-as-a-service.

43 questions
1
vote
0 answers

error 401. basic authentication passes in postman, it passes when i login through harvests webpage but dont passes in my c# code

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 =…
Robel Haile
  • 309
  • 1
  • 5
  • 18
1
vote
1 answer

Harvest php API array to json

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 (…
user4081850
1
vote
2 answers

Dropdown Select causing auto scroll horizontally

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…
AtanuCSE
  • 8,832
  • 14
  • 74
  • 112
1
vote
1 answer

ckanext-harvest 2.0: automatically add harvested records to an organization

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…
Ryan Clark
  • 301
  • 2
  • 8
1
vote
0 answers

How should I approach displaying up-to-date data from an external API (with rails)?

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…
0
votes
1 answer

Ignore a folder when harvesting a folder with heat

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)?:
brunofer42
  • 33
  • 4
0
votes
0 answers

Wix Setup - Harvesting - The target "ContentFilesProjectOutputGroup" does not exist in the project

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.…
AnilK
  • 1
  • 1
0
votes
1 answer

How can you harvest CKAN datsets using filter

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…
karZten
  • 31
  • 3
0
votes
2 answers

Correct Format of Harvest API OAuth2 Redirect URL in iOS Application

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…
eirikvaa
  • 1,070
  • 1
  • 13
  • 24
0
votes
1 answer

Wix resource harvesting tool "Heat". How to harvest files with dynamic name like Microsoft run time files generated on build

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…
0
votes
2 answers

How to Download New Articles From a List of Websites? Recommendations?

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…
Brian
  • 21
  • 4
0
votes
1 answer

Harvest Chosen multiselect dropdownlist inconsistently populates with set value

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…
0
votes
1 answer

Ckan harvester certification error

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…
user9709162
0
votes
1 answer

Ckan Harvester is not working

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…
user9709162
0
votes
0 answers

A module has been installed and Python is able to import it in the dist-packages folder but not anywhere else

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…