Questions tagged [podio]

Use this tag if you have a programming question about Podio. Podio is a cloud-based collaboration service that provides a web-based platform for organizing team collaboration, business processes, data and content in project management workspaces. For non-programming questions please refer to Podio's Help Centre directly

Podio is a cloud-based collaboration service that provides a web-based platform for organizing team collaboration, business processes, data and content in project management workspaces.

Usage

Use this tag if you have a programming question about Podio’s API usage, or any of its SDKs (see below for links to each one of them). If you're about to ask your first question here, please visit How to Ask to have a better chance of getting your question answered promptly and correctly. Be sure to check if your question have been asked already by using SO’s search capabilities. You can also browse the available questions before posting a new one.

General Questions

Please don’t post general support issues here, like questions about your account, organisation, contracts, billing, features, or even technical support not related to programming with Podio’s API.
Please refer to Podio's Help Center for all these inquiries.

External Links

549 questions
0
votes
2 answers

Podio Javascript SDK: Client Restricted from displaying Image from podio

I'm currently using Podio JS SDK to connect to the podio REST API. I have setup a login screen to capture username and password using the username and password authentication flow. I can make request and get information that I need. In one of my…
Abdullah Rasheed
  • 3,562
  • 4
  • 33
  • 51
0
votes
2 answers

How to find multiple duplicates in a PodioItemCollection response?

I have an array with some students in who have enrolled on a course. There are multiple duplicates and should be only one student per course. Example array: 'item_id'=> 1, 'student'=> 'Bob', 'course'=> 'Learn Piano', 'address'=>'' 'item_id'=> 2,…
Rucia
  • 249
  • 1
  • 9
0
votes
2 answers

Node module not recognize as module

I have file, which I believe should be imported as a module, but it when I try to import into my main file (see main.js), I get the follow error: Error: Cannot find module 'sessionStore.js' I'm made sure that the file in in the correct location.…
Niels Sønderbæk
  • 3,487
  • 4
  • 30
  • 43
0
votes
1 answer

Podio api hook=false isn't working

I'm trying to set up a nodejs server to make some sync between Podio and Trello. My problem is that when I update Podio through their api, the webhook gets triggered even if I've request for the hook not to be triggered. I'm using the module:…
Niels Sønderbæk
  • 3,487
  • 4
  • 30
  • 43
0
votes
1 answer

Contact form submissions into Podio

I am working with a Wordpress-website with different kinds of contact forms (Contact Form 7) which generates alot of different enquiries. Today these submissions is just sent via mail to everyone working at the company. Sometimes a potential lead is…
Liu Kang
  • 1,359
  • 4
  • 22
  • 45
0
votes
2 answers

How to use the access_token to get contents of my App

I need to access my podio app using access_token instead of being using username and password. The code i tried using username and password and its working finr for me. I'm using ResourceFactory resourceFactory = new ResourceFactory( new…
Little bird
  • 1,106
  • 7
  • 28
  • 58
0
votes
1 answer

Podio api task due_date format

I'm trying to get the Podio API (php-library) to return all tasks that have a due date withing a certain range. PodioTask::get_all() works fine, it returns all tasks (limited to 100). Of course that is not very useful so I add attributes as…
Kevin
  • 11
  • 2
0
votes
2 answers

CategoryItemField - How to get a list of option id's and text values

I am trying to create a new entry into podio via the API I can set text type fields and date type fields but I cannot seem to sort out how to set a category type field. The example for .NET shows setting the OptionId = x where x is a int value of…
0
votes
1 answer

Syncing Podio and Dropbox

Is it possible to sync podio and dropbox so when I add data to my podio app it instantaneously updates dropbox. I know it is possible to add files from dropbox to podio but I am looking for a way to add podio files into dropbox.
Martyb68
  • 5
  • 2
0
votes
1 answer

Podio calculations - how to get the source of the entry chosen in a relationship field?

Lets'say I have a relationship field H where the user can choose to add a single entry from any of three different apps (X app, Y app, Z app). I would like to use this information in a calculation field to calculate results depending on what app…
experitur
  • 3
  • 3
0
votes
1 answer

Spliting two different @All of items and then combining them according to same indexes. Total number of indexes are same in both @All of items

individualproduct = @All of Transaction Product Name+''; productitem= individual_product.split(','); individual_quantity = @All of Transaction Quantity+'' quantityitem =…
0
votes
1 answer

authenticateAsUserWithEmail doesn´t work

I do need autheticate in podio by email & password, but everthing print "failed login" and oauthToken is equal to "nil" I've tried with: var podio = PKTClient(APIKey: idClient, secret: secretCode) var tarea =…
0
votes
3 answers

Podio issue: Can't convert string to number

I know how to convert a string to a number (parseInt, parseFloat, Math., + Number() etc.). But this all doesn't work in a PODIO calculation field with a string from a PODIO text field (single line and multi line, and also not from a text type…
0
votes
1 answer

podio .net The app with id XXXXXXXX does not have the right view on profile with id XXXXXXX

i'm trying to assign a contact to a new item that is being created. but at item creation I get the error: 403 forbidden The app with id 10923855 does not have the right view on profile with id 2609818 the code segment: /* Text Field with…
hdecastro
  • 5
  • 2
0
votes
1 answer