Questions tagged [odesk]

oDesk is an online platform where freelancers list their expertise and bid to be awarded work which is typically administrative or one-off projects that require little supervision and once completed do not require any ongoing relationship.

oDesk Team software on Ubuntu is a free desktop application is your virtual office, enabling visibility, connectivity, collaboration and guaranteed payment.

13 questions
2
votes
1 answer

odesk API POST job with Python

I'm trying to post a job to an odesk account using their API. Unfortunately, I'm having trouble doing so. I was able to get authenticated and GET my jobs, but when I tried POSTing a job, it returns a 400 error. Here is response body. HTTP Error…
1
vote
1 answer

Tracking transitions from odesk job application to the personal website

Here's the deal: I do freelancing jobs at odesk.com and I want to track transitions from my profile or the job applications that I left to my personal website. For clients the url of the job application page is…
Sergey
  • 47,222
  • 25
  • 87
  • 129
0
votes
1 answer

Upwork/Odesk API desktop application development

I'm develop application that should use Upwork API (Winforms + C#). To have access to Upwork data, need to authorize there. But in https://developers.upwork.com I don't see how can I login via web request/desktop application.
Valery Yegorov
  • 171
  • 1
  • 11
0
votes
1 answer

Upwork Duplicate Account

I had made an account on Odesk but when upwork came I made another account there and in the meant time I opened my old odesk account on upwork. Now I have a project on my old upwork account and today I saw a notification about the video calling…
0
votes
1 answer

Verification of signature failed Oauth 1 Upwork API

Hi I followed the upwork developers site and the twitter oauth signature generation document and I did the following: timestamp = int(time.time()) nonce = ''.join([str(random.randint(0, 9)) for i in range(30)]) url =…
Gobi Dasu
  • 459
  • 1
  • 6
  • 22
0
votes
1 answer

Odesk get authenticated user earnings

Have anybody example of getting earnings information of odesk authenticated user, in Rails ? How to implement this? I use odesk-api gem
Vitalyp
  • 1,069
  • 1
  • 11
  • 20
0
votes
1 answer

How to use the milestones field | send_client_offer | ODesk API Python Library

The oDesk API does not give a concrete example for how to use the milestones parameter for the send_client_offer function. I've tried using a python dictionary, but receive an error when I do so. The documentation describes milestones as an…
0
votes
1 answer

You are not authorized to access this page Odesk api node.js

/** * Example of usage oDeskAPI * * @package oDeskAPI * @since 09/22/2014 * @copyright Copyright 2014(c) oDesk.com * @author Maksym Novozhylov * @license oDesk's API Terms of Use {@link…
Hassan Ali
  • 71
  • 1
  • 8
0
votes
1 answer

Unable to login in Odesk Team Room

I am using Ubuntu 14.04. Recently I Unable to Login to My O-Desk Team Room. I don't know why or I don't know what happen. I unable to work and lot's works are pending. I am using oDesk Team Linux/3.2.59 Revision: 7744 Build: 1 Is there any version…
Dipak Panchal
  • 5,996
  • 4
  • 32
  • 68
0
votes
1 answer

ajax 302 Moved Temporarily when call odesk rss feed

When I fetching data from an Odesk feed I am get 302 Moved Temporarily error, but when I open the same url in my browser, the content is there: what are we doing wrong? var url = "https://www.odesk.com/jobs/rss?nbs=1&g=&q="; var x = new…
AJay
  • 1
  • 3
0
votes
1 answer

PHP application for getting oDesk reports of worked hours in a period of time using oDesk API

Hello stackoverflow community. I need to build a PHP app using oDesk API, I know that oDesk has a report section where I can retrieve the Worked hours of all the contractors in all the contracts, these reports gives me a table that I can download in…
0
votes
1 answer

Odesk API Billing Reports

I've been trying to Generate Billing Reports for a Specific Provider on Odesk API using PHP. I tried using the URL below with authentication: https://www.odesk.com/gds/finreports/v2/providers/12345/billings?tq=SELECT amount WHERE date >=…
acidpaul
  • 165
  • 2
  • 14
0
votes
2 answers

Fetching jobs from oDesk

I have created a Windows C# 4.0 application that is fetching jobs from oDesk according to different parameters sent to the REST API. But the problem is it is only returning public jobs. When I login to a browser and visit the same URL it is…
user1844276