Getting "don't have permission to read" message transferring pictures. ??

I've been transferring photos from my son's MacBook (Snow Leopard) to my newer iMac (Snow Leopard) by the File Sharing feature. Everything was working smoothly as I copied the file folders into my Pictures folder until the last 15-20 folders. Now, when I try to drag & drop (copy) his folders, it says:
"One or more items can’t be copied to “Pictures” because you don’t have permission to read them. Do you want to copy the items you are allowed to read?"
We don't understand because we haven't changed anything on the any of the pictures. They are all Read Only and I haven't had any problems with the hundreds of photos until now. We've opened the files/photos to Get Info. and there is no difference from the ones that were successfully copied to the ones that are bringing up this message (above). Any thoughts?
Many thanks!
lablady

I'm a novice at this stuff however thought this was worth posting...
After trying the above i got a few warnings about using sudo which put me of the method described.
Anyways after further research i found that if you select the file your trying to gain access to and then right click and select "get info", this will bring up a new panel/window.
At the bottom of the panel it lists the permissions. First if you unlock the padlock on the bottom right so that you can change the settings. Then click on "+" and select your current user name. Click on select and change the option to "Read & Write".
Now while your user name is still highlighted click on the option which says something along the lines of "Make the owner". Then just lock it and try opening the file again.
Note.
If you are doing multiple files and folders, then put them all in a single folder and change the privileges of that folder. This will save you doing each individually.
Anyways not sure if this is exactly right for your problem but figured its worth posting incase anybody comes across the page with a similar issue... worked for me, so hope this helps.

Similar Messages

  • Getting "don't have permission to read" message transferring file

    hi,
    I'am getting the following window and dialogue when trying to copy a file located on my macbook to a pc running xp on my home network.
    Thoughts?
    "One or more items can’t be copied to “My Documents” because you don’t have permission to read them. Do you want to copy the items you are allowed to read?"
    Thx

    Running disk utility did not fix my problem.
    When I try to copy a file from Mac to XP, I get the dialog that finder wants to change something, and then the alarm that can't copy because I don't have permission to read them. Ugh.

  • Why do I get this message , Items can't be copied to "Desktop" because you don't have permission to read them.

    Using Network share io try to copy over my Windows files to the desktop of my iMac which I have done many times before successfully and now I get a message
    reading "Items can’t be copied to “Desktop” because you don’t have permission to read them."
    I am currently running Mavericks 10.9.5

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    Repair User Permissions

  • Trying to copy files and getting this error message, One or more items can't be copied because you don't have permission to read them. this is really annoying, can someone pls help..?

    i have two network drive and i am trying to copy a file from my mac mini to one of the network drives, but i keep getting this error message "One or more items can’t be copied because you don’t have permission to read them." i have no idea why this is since i have always been able to copy stuff back and forth. i checked my file sharing permissions and it is set to read and write for admin (me), none for everyone and read for guests. can someone please, this is very annoying and this is the second time it has happened to me.

    neither move nor copy is working. both way gives same error message. what i would like to do however is move the file. yes i am logged in as a the admin and the issue is affecting not just that particular file in my system but others as well. i looked at get info and no the file is not locked but under permission, it says everyone and read only. it will not let me change this setting from get info however when i look under system preferences for file sharing, my setting is read and write for admin (me), none for everyone and read for guests.

  • How can I delete mail when I get an error message saying "195247.emix" couldn't be copied because you don't have permission to access "Messages"?

    We have received messages that we cannot open and cannot delete, when we try to delete the messages we get an error message. One of the messages reads, "195427.emix" couldn't be copied because yolu don't have permission to access "Messages". How can we delete these?

    Hi Sandy,
    Get Find Any File...
    http://apps.tempel.org/FindAnyFile/
    Hold Option or alt key when selecting Find to Find All.
    Search for Name contains...
    195427.emix
    Choose reveal in Finder, do a Get info on it & the Folder that contains it... what rights & privileges does it show?
    Is the folder called Messages?

  • I can not delete an email I get a message218130.emlx" couldn't be copied because you don't have permission to access "Messages"

    I can not delete an email I get a message218130.emlx” couldn’t be copied because you don’t have permission to access “Messages”

    Actually, the Finder solution did not work for me, but here's what did:
    Quit Mail (for safety's sake).
    Open Terminal (it's in Utilities folder usually, but since I updated to ML it's in a folder called Other for some reason)
    Once Terminal is open, you'll want to login as ROOT.  You do this as follows:
    Type
    sudo -i
    Then hit Enter/Return. You'll be promoted for your system password. Hopefully you'll remember it. Enter your password then hit Enter/Return.
    You'll then be at what's known as a root prompt.
    At this point BE VERY CAREFUL.  You have the ability at this point to completely destroy your machine beyond repair. Only type what I list below:
    To find the folder that contains the email message you'll need to type the following:
    find . -name "218130.emlx"
    Hit Enter/Return
    This will take a minute or two but what should appear in the list of other items that appear is something along the lines of the following (it won't be exactly this but will look LIKE this) I've replaced some personally identifying info:
    ./Users/yourname/Library/Mail/V2/POP-youremailaddress@yourmailserver/INBOX.mbox/ 0355DF0D-5E99-4798-B79E-48D71E68AF34/Data/3/2/Messages/23219.emlx
    This line describes the location of the offending email. You know what to put yourself into this directory:
    cd /Users/yourname/Library/Mail/V2/POP-youremailaddress@yourmailserver/INBOX.mbox/0 355DF0D-5E99-4798-B79E-48D71E68AF34/Data/3/2/Messages/
    Hit Enter/Return
    Notice, I left of the name of the actual email address. You'll need to be sure you type the location EXACTLY or this won't work. You want to be in the Messages folder. You'll know you're there because your Terminal prompt will look something like this:
    Your Name - iMac:Messages
    Then just to be sure you're in the right place, type
    ls
    Hit Enter/Return
    You should then see something like this:
    iMac:Messages root# ls
    23013.emlx    23096.emlx    23100.emlx    23156.emlx    23210.emlx    23213.emlx    218130.emlx
    You'll see the offending message. Now, you delete ONLY this message. Type:
    rm -f 218130.emlx
    That's RM at the start above. You'll need to type it in lower case. Be sure that's all you type.
    Hit Enter/Return
    You'll should be disappointed at the results because it will look like nothing happened. You can hit ls  and Enter/Return one more time and the offending file should be gone.
    EXIT TERMINAL. DO NOT TYPE ANYTHING ELSE. DO NOT "POKE AROUND". THIS IS NOT THE PLACE TO EXPLORE. SERIOUS SYSTEM DAMAGE CAN BE CAUSED FROM HERE. EXIT TERMINAL NOW.
    Now re-open Mail  - the message will still appear to be in there, but magically, you can delete it. you can also delete it from your Trash for good measure.

  • Can't migrate files "don't have permission to read" - how can I reset access?

    Hi,
    I bought a mac mini, the mid 2010 model, it had Snow Leopard. I also have a PowerPC G5 running Leopard. So I migrated my files to the mac mini. Then a week later the new mac mini came out (last week). So, preparing to swap my new old mini for the new new mini I copied all my files BACK to the PowerPC. Got the new new mac mini, and of course it runs Lion. I tried to migrate my files but Lion and Leopard (not Snow Leopard, and it can't be upgraded because it's a PowerPC keep in mind) don't play well with each other. Fine. So I next tried to straight copy the files over my network. No go because I get this message:
    Items can’t be copied to “Desktop” because you don’t have permission to read them.
    I'm using the same login and password on both computers. Both are administrator level. The permissions for the systems themselves have been repaired. I've also tried to set the permissions to the files I want to migrate using this terminal command:
    sudo chown -R yourusername:staff  (and then dragging the folders I want blessed into the window)
    no go... says I don't have permission to do so.
    I tried "pushing" the docs from the other old computer to the new. Doesn't work
    I'm trying copying to the Public folder now - and while it works for MOST of the documents many are still being left behind with the same permissions problem.
    So, here's my question, given I've tried the above: How can you reset an entire folders contents to become absolutely "public"? There must be a way to do this that I'm missing. Again, I already realize I'm copying from different to new computers, but in Lion I can't seem to reset folder permissions to include "all subfolders" or "all files within this folder" (or whatever it used to say).
    Thanks for any suggestions

    Thanks for the help Pondini (gave you a "Helpful Answer" 'star' ). A couple of things, so others have it in front of them:
    Setup Assistant can only be used at first install - otherwise you have to reinstall to use it.
    Second, it's "dumb" that you can't use network between Leopard and Lion. ARGH. - especially since the firewire ports are different on many newer and older macs (and I mean older as in just over 4 years - not that old really). However you can get adapters (that's the next thing to try) that will change the old pin (4 pin I believe) to the newer (9 pin I believe, have to check that one).
    The 501 reference I can check, thanks - I recall seeing that long ago in poking around
    On the Lion machine it reads
    User ID: 501
    Group ID: staff
    On the Leopard  machine I want to copy from TO the Lion machine it reads:
    User ID: 501
    Group ID: 501
    So it seems possible (I'm not sure what I'm seeing - educate me please lol) that the Group ID's don't match, where the Lion machine is staff while the Leopard is '501' - does this matter?
    Thanks.

  • Error: You don't have permission to send messages from this mailbox.

    When I try to email from an email Mailbox in SharePoint I'm getting this error message.
    Error: You don't have permission to send messages from this mailbox.
    This error only occurs if I try to send from the Project email i.e.
    [email protected]
    I've never seen this error message before and previously never had this problem so I'm wondering if this is caused by a recent change.
    Cheers,
    Mark
    Learning SharePoint

    Hi Mark,
    According to your description, my understanding is that you got a permission issue when you emailed
     from a site mailbox.
    From the From address
    [email protected], whether you are using Office 365.
    By default, email sent from the site mailbox has a From address of the individual who sends the email. To allow a user to use the site mailbox email address as the
    From address, you can give the user Send As permission for the site mailbox email address.
    The permission seems to be for Exchange level, not SharePoint. So, please grant Send As permission to the user.
    More information, please refer to the links:
    https://support.office.com/en-us/article/Prepare-for-using-site-mailboxes-in-Office-365-6381daa5-3d98-4629-972d-d19e1dc48c1b?ui=en-US&rs=en-US&ad=US#__toc346536395
    http://www.lynced.com.au/2014/03/sharepoint-online-site-mailbox-send-as.html
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Items can't be copied... because you don't have permission to read them; Lion to Win XP

    I have seen that others have this problem, too. I can't find a solution that has worked.
    I am administrator on both source and dest volumes. I try to copy a file from the mac to the WinXP, and a dialog says "Finder wants to change something" and then it fails with the error message that I can't read the item. Not true, as I see I have read + write in both source and destination.
    I ran disk utility permssions repair on the mac volume (don't see why this would work), and that did not help.
    Thanks!
    Ken

    Well, I think I may have gotten it working...
    I went to the "shared" server volume icon, and re-opened the pathway to the destination, and was able to copy the file to there.  It seems that the folder aliases I had stored in the sidebar of finder were not up to snuff.
    I have made new sidebar versions of my popular destinations, and it seems that I can copy to those locations.
    Counterintuitive.
    Ken

  • Trying to reload firefox and getting this message, when moving to the applications folder: "The operation can't be completed because you don't have permission to access some of the items."

    Been having problems with Firefox/internet for several days, and all my updates seemed current. I decided to try to reload and have removed the other icons/download attempts from the app file. When I try to drag the icon into apps, I now get this message:
    The operation can’t be completed because you don’t have permission to access some of the items.

    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Why am I being told that a JPEG file that I made changes to in Photoshop 6 (CS6) can't be saved?  The message I get says that either the file is locked and I don't have permission to execute this or another program is using this file.

    i recently purchased a 21.5 iMac with Yosemite (10.10.1) and was disappointed to discover that my CS6 programs are not functioning correctly.  I am unable to use the "Save As" command  when making changes to a JPEG file in Photoshop.  The message I get says that either another program is using the file or it is locked and I don't have permission to execute that command.  I'm experiencing a similar problem in Bridge when trying to move an unwanted file to the Trash.  Again, I get a message telling me that i don't have permission to do this.  Lastly, I'm unable to open any Camera Raw files.  Any suggestions?  I had no problems with the Mavericks OS on my old iMac and although it's much slower, I'm tempted to go back to using my old iMac.  At this point, I feel as if I've just wasted $2300+ (tax included). 

    Back up all data before proceeding.
    This procedure will unlock all your user files (not system files) and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    resetp
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
               ▹ Restart
    from the menu bar.

  • HT201250 i'm getting message: can't be opened because you don't have permission to see its contents. and he operation can't be completed because an unexpected error occurred (error code -8003).

    I took my computer in to have the Backup restored onto my computer after having a new harddrive put onto my 1year 1/2 old MacBook Pro. When i got it home there was a new User that i had to logout of to getting into my normal user. Don't know why this was, just figured the Mac guys that installed my backup did this for some odd reason. Today i could not open any of my files in the backup on the time machine. All the folder had line going thought them and when i clicked on them I revieved this message: can’t be opened because you don’t have permission to see its contents. After talking with that same mac store. I decided to just delete all the files out of the time machine as it was just put back on my computer and i have everything i need. Hours later when i tried to empty the trash i got this messsage: the operation can’t be completed because an unexpected error occurred (error code -8003).
    Any advise how to fix my problem?
    thanks in advance

    While you see a single trash can, in reality there are trash folders on each mounted volume.  I don't use TM but what you are describing implies that a TM drive is no different with the way trash is treated.  So when the TM is unmounted the trash folder on there is gone and thus the trash looks empty.  Remount the drive, the trash folder on it now causes the trashcan to look like something is in it.
    If TrashIt! could not remove the file, I'm sorry, you will need to use the terminal.  We can do this one step at a time so you only have to copy/paste the lines into terminal (except the first time).  So launch Terminal (in utilities).  You might want to make the window that is shown a bit larger with the grow box since it's pretty small.
    This first line is the only exception to the copy/pasting since you have to enter some information.
    sudo ls -laR /Volumes/your-TM-volume-name/.Trashes
    where your-TM-volume-name is the name of your TM volume.  That's the part you have to fill in since I don't know it.
    When you hit return the sudo in that command will cause a prompt for your admin password.  Enter it and hit return again.  Note the password will not be shown as you type it.  Post the results so I can tell you what to do next.
    Note this ls command is not doing anything but listing the files in the TM's .Trashes folder.  Remember I said each drive has it's own trash folder.  .Trashes is it.

  • I keep getting the error message "The operation can't be completed because you don't have permission to access some of the items."

    When I try and move an application to my application folder from the installer and when I try to empty the trash, I get the error message, "The operation can’t be completed because you don’t have permission to access some of the items."  This has only been an issue since I upgraded to Lion.  I'm using a July '07 white Macbook 2.16 Intel Core 2 Duo.  In my trash I only have an older version of a software that I updated (Divy).  The software I'm trying to install is Angry Birds Rio.

    Always use the same websites you are having problems with so you can monitor the changes.
    Try the reset for Safari:
    And for Firefox:
    http://www.ehow.com/how_6874158_keyboard-working-certain-websites-firefox.html
    Try logging in to the guest account as well to see if you have the same problems there, it might be a logging in issue.

  • I'm trying to download my Master CS6 onto a new hard drive because my old one crashed and I keep getting a message saying " Cannot write the file" or "I don't have permission to access the requested resource." ? What does this mean?

    I'm trying to download my Master CS6 onto a new hard drive because my old one crashed and I keep getting a message saying " Cannot write the file" or "I don't have permission to access the requested resource." ? What does this mean?

    Yes- it is a Mac. I went through adobes system requirements and re- downloaded supportive software. The notice seems to happen near the end of the down load with the messages above. I'll look into your suggestion. Thank you- appreciated.

  • When I try to open images I am getting this message: "The file "image.jpg" couldn't be opened because you don't have permission to view it." "Which I've tried - but it's not responding, plus its with all images now. Can anyone help?

    When I try to open images I am getting this message: "The file “image.jpg” couldn’t be opened because you don’t have permission to view it." "Which I've tried - but it's not responding, plus its with all images now. Can anyone help?

    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.iBooksX
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Quit the application if it's running. Move the selected item to the Trash. Relaunch the application and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

Maybe you are looking for

  • How to display a PDP, Tasks list, risks list from a specific project into SharePoint 2013 site.

    Hi, I customized a PWA site (PS 2013)  with SharePoint sites linked to each project plan.  Also I have a corporate portal with site collections per department. The question is if it is possible to use primarily the SharePoint Corporate Portal to link

  • Use iTunes to restore? iPod in recovery?

    I just bought a nano today, my first ipod, and I don't know what's wrong with it. On the display it says "use itunes to restore", but when I restore it using itunes, itunes says it has detected an ipod in recovery mode and the says I have to restore

  • Why did Lion 10.7.3 mess up my magic mouse on my macbook pro 2011?

    My mouse was working fine and as soon as I updated to 10.7.3 my magic mouse went wacky!  Swipes don't work now. I will be move my mouse to the other side of the screen and it jumps all over the place.  And randomly clicks on items when I havnt pushed

  • How to prompt for user input in Forms

    How do I prompt for user input in Forms? I am writing a piece of code where the user may choose, by clicking either of three buttons on an alert, to have the system assign a value to a variable, to input a value or to do neither? If the user chooses

  • How to Update the APC values in another Depreciation Area

    Hi We have an issue that: Due to our configuration mistakes the past values have not posted to our depreciation area 15 (Tax depreciation) and our Group Assets are not updated with these values. Now we have rectified the configuration but we want to