gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
650 stars 116 forks source link

Resource not accessible by personal access token #109

Open makahmad opened 10 months ago

makahmad commented 10 months ago

githubCsvTools version 3.2.0

and node v18.18.0

I'm trying to create issues for an organization. I made sure that "Fine-grained personal access tokens" Allow access is on and I'm the administrator too. however I'm still getting " Resource not accessible by personal access token" error

githubCsvTools aeps.csv
Token (get from https://github.com/settings/tokens): [ENTERED TOKEN HERE]
User or organization: aep-dev
Repository: aep.dev
[@octokit/plugin-throttling] `onAbuseLimit()` is deprecated and will be removed in a future release of `@octokit/plugin-throttling`, please use the `onSecondaryRateLimit` handler instead
Error
RequestError [HttpError]: Resource not accessible by personal access token
    at /usr/local/lib/node_modules/github-csv-tools/node_modules/@octokit/request/dist-node/index.js:122:21
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Job.doExecute (/usr/local/lib/node_modules/github-csv-tools/node_modules/bottleneck/light.js:405:18) {
  status: 403,
  response: {
    url: 'https://api.github.com/repos/aep-dev/aep.dev/import/issues',
    status: 403,
    headers: {
nguyentoanit commented 7 months ago

I got same issue here. Any suggestion?

imnotquitejack commented 7 months ago

The request's Accept header needs to have application/vnd.github.golden-comet-preview, which I don't see in the debug info.

Could that be the issue?