179 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
81
views
Basecamp 4 API - creating, adding, or removing users
We're considering creating an integration that would add/remove people to projects in our client's account based on certain selections that they make on their AMS profile. After reviewing the API ...
0
votes
1
answer
54
views
Scarb.lock and Scarb.toml do not appear in my file within VS code
I'm a beginner in coding, so for some my question may sound very, you know... beginner-like.
I'm trying to make a smart contract for a Starknet basecamp. I have a problem, after installing all the ...
0
votes
1
answer
159
views
Setting API Call on make.com
I'm not a developer but i'm experimenting with make.com and Basecamp.
My goal is to integrate in some ways my ChatGPT assistant in Basecamp.
What i'm trying to do is to make my assistant answer a new ...
0
votes
1
answer
112
views
Is there a Basecamp API that shows each time a card was moved to a different column?
In the Basecamp UI, I can see each time a card was moved to a different column, along with the date of the move.
I am not finding an API that shows that same information. Does this kind of API exist?
...
1
vote
0
answers
77
views
Basecamp 3 API upload/insert image error 422 : Unprocessable Entity in Django
I have a Django project that will insert a comment with image to basecamp 3. So after I got a key token (Authorization using Oauth 2) I need to insert a comment with image to basecamp todos. The image ...
0
votes
1
answer
94
views
406 'Not Acceptable' Error from Basecamp API
I'm getting a 406 'Not Acceptable' error from the Basecamp API when using pagination. I'm using Axios in a Node.js script.
Here's an example URL:
https://3.basecampapi.com/xxxxxxxxx/buckets/xxxxxxxxx/...
0
votes
1
answer
453
views
Posting images to Basecamp Campfire using API with Python
I'm new with Python and APIs and I'm trying to upload an image into Basecamp campfire by using Basecamp 3 API. I have achieved authentication with my Basecamp account and was able to post a text ...
0
votes
1
answer
282
views
Basecamp 3 API for reports/progress
Basecamp's website has the feature to check the latest activity.
The URL: 3.basecamp.com/{id}/reports/progress
I'm interested in exploring more of this data and integrating it into our internal ...
-1
votes
1
answer
599
views
Create a rule that deletes attachments before forwarding
I have been tasked to create an automated report system where an report from Google Data Studios are uploaded to specific projects (On a site called Basecamp). The reports always include both a report ...
0
votes
1
answer
843
views
How to convert 7 digit timestamp in php?
I am working on an API and I get the below response. It's basecamp 3 API.
[
'access_token' => 'BAhbB0kiAbB7ImNsaWVudF9pZCI6ImUxZTk1NTYxMzdlZDIwYTQzZGEyYjk4NGU1NWEyYjM4Y2ExNWRlODQi'
'...
0
votes
0
answers
307
views
Basecamp: OAuth token could not be verified. The internal checksum failed, so the token data was somehow mangled or tampered with. (Python 3)
I got the access token correctly but It always shows this message.
Code
ac_tk=requests.post(url).json()
project_id = #Project ID
url = f'http://3.basecampapi.com/{project_id}/projects.json'
headers1 =...
0
votes
1
answer
338
views
How use Basecamp 2 API with oAuth 2.0 to send a comment as end user
I want to use Basecamp 2 API to send a comment as end user from my app with oAuth 2.0. But I don't understand how can i do this.
I have access_token, I can send comment as admin user, but i can't send ...
0
votes
1
answer
714
views
"new Trix is not defined" when using Basecamp / Trix Editor
var attachment = new Trix.Attachment({ content: '<span class="mention">@trix</span>' })
element.editor.insertAttachment(attachment)
I used this snippet but it throwed error: Trix is not ...
0
votes
0
answers
64
views
Basecamp3 Jquery ui datepicker not opening
function init() {
$('.message-composition__footer')
.prepend('<input type="text" id="datepicker_1" placeholder="Select date" class="input input--pilled event-form__date-input u-hide-focus" ...
0
votes
0
answers
62
views
Basecamp3 Chrome-extensions 'turbolinks:load' not firing
console.log('messages-list script loaded');
document.addEventListener('turbolinks:load', function(){
console.log('turbolinks:load');
});
I'm trying to listen to this event but it is not firing in ...