• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Can't change FindChangeList.txt because it's locked

New Here ,
Feb 23, 2021 Feb 23, 2021

Copy link to clipboard

Copied

I've been struggling with this for hours.

- InDesign is closed.

- I have the new query I want to use. 

- This is the error I get (also attached) "You don’t own the file “FindChangeList.txt” and don’t have permission to write to it."

It tells me I can duplicate it but it won't let me save the duplicate either. How do I edit this script???

TOPICS
Scripting

Views

168

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 24, 2021 Feb 24, 2021

Open the terminal application on your MAC and execute the following command

chmod 777 <path to the Findchangelist.jsx>

Replace the path within the <> with the actual path of the file, if you drag-drop the file on the terminal it will paste the filepath automatically.

You can also do this using the Finder, see the following article

https://macpaw.com/how-to/change-permissions-mac

-Manan

Votes

Translate

Translate
Community Expert ,
Feb 24, 2021 Feb 24, 2021

Copy link to clipboard

Copied

LATEST

Open the terminal application on your MAC and execute the following command

chmod 777 <path to the Findchangelist.jsx>

Replace the path within the <> with the actual path of the file, if you drag-drop the file on the terminal it will paste the filepath automatically.

You can also do this using the Finder, see the following article

https://macpaw.com/how-to/change-permissions-mac

-Manan

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines