Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
4 votes
2 answers
96 views

I am downloading a file weekly from an sftp server. The filenames are random so the only way to identify the new file is to use the system metadata to find the last modifed time of the files. I can ...
Jagge's user avatar
  • 1,028
-1 votes
1 answer
206 views

First time trying to do database stuff in R. I want to access a weather database to get weather data. Was following this guide https://www.geeksforgeeks.org/r-language/access-collect-data-with-apis-in-...
user2021713's user avatar
2 votes
0 answers
22 views

I am attempting to connect to the QuickBooks Online (QBO) API and when I try to connect I get this error in the browser: The state query parameter is missing from the authorization request And then ...
0 votes
0 answers
81 views

I'm trying to download lots of satellite data from a government website. When I download each file individually, by manually clicking the download button on the site, the files are about 13 MB each. ...
0 votes
1 answer
91 views

I would like to use the REST API of the Canvas Learning Management System to make changes to quizzes students make via the system. I use the R package httr for this. This generally works fine using ...
User33's user avatar
  • 294
1 vote
1 answer
94 views

I'm using the R package httr2 to upload files to a secure environment. If a file already exists, I'd like to receive a warning. Instead, I get a response status of 200 which, means "OK". ...
ckx's user avatar
  • 130
0 votes
0 answers
70 views

I'm trying to use REST APIs to upload files to a cloud repository. I've found I can't do this without using the httr upload_file function. The following code works: req <- request(url) %>% ...
ckx's user avatar
  • 130
0 votes
1 answer
70 views

When I open this URL in the browser: https://processo.stj.jus.br/processo/dj/documento/?=&sequencial=300060606&num_registro=202500087810&data=20250313&data_pesquisa=20250313&...
José's user avatar
  • 933
1 vote
1 answer
103 views

I'm tying to retrieve data from here. Basically game data that are inside a GET request that I've managed to identify here: In the headers tab I can find the requested info so I do the following: url&...
M.O's user avatar
  • 521
4 votes
1 answer
158 views

I'm trying to pull some data using httr::GET but the problem I am facing now is that the response seems to be encoded and I am not sure how I can solve this. Here is the url of historical data on ...
M.O's user avatar
  • 521
1 vote
0 answers
348 views

I obtained an API endpoint url from inspection of a webpage. That endpoint is: "https://www.sofascore.com/api/v1/sport/esports/scheduled-events/2025-03-14". If I copy and paste this into a ...
0 votes
1 answer
83 views

I am trying to pull team names and odds from this webpage : https://www.winamax.fr/paris-sportifs/sports/1/48/162285 I have found that the data is dynamically rendered via JavaScript. library(dplyr) ...
M.O's user avatar
  • 521
0 votes
0 answers
133 views

I tried installing the package "eurostat" and I keep getting this error: install.packages("eurostat") library(eurostat) Error: package or namespace load failed for ‘eurostat’ in ...
0 votes
1 answer
92 views

I have only used wrappers to access this httr library in the past and could use help with a new pull from the courtlistener API. This code (below) retrieves records, but does not use the query items: ...
user72847's user avatar
3 votes
0 answers
200 views

This is my code: A simple POST() request to OpenAI API: # General API completion endpoint endpoint <- "https://api.openai.com/v1/chat/completions" # Combine a Prompt with the document ...
Laura's user avatar
  • 759

15 30 50 per page
1
2 3 4 5
...
71

AltStyle によって変換されたページ (->オリジナル) /