Copy link to clipboard
Copied
Hi, I'm trying to find the "Default File Location" in the options that enable save without ever seeing this annoying cloud save popup on Photoshop, but after updating to 24.0 I cannot find and change it to be able to save only locally without having to click "On your computer" button each time I want to save.
It's super annoying. I've checked other tabs but cannot find it. Is it named something different this time?
PS Version: 24.0.0, Windows 10
Thanks for help
The issue is (and I don't know why) you don't see this:
If you select "Enable Legacy "Save As" do you see the option above?
Copy link to clipboard
Copied
My computer defaults to whichever location was last opened.
If was a file opened from an external drive, it defaults to that when I save. If it was opened from a folder on my primary HD, it defaults to that location. And so on...
Copy link to clipboard
Copied
Hi! Can you elaborate on what you mean by having the last opened location? Do you have a popup like this or it goes straight to save as window?
Copy link to clipboard
Copied
That's showing Cloud Documents. I typically save and open work files from local computer HD so they can be backed up nightly by my file backup/recovery service.
Click On Your Computer button.
Copy link to clipboard
Copied
The issue is (and I don't know why) you don't see this:
If you select "Enable Legacy "Save As" do you see the option above?
Copy link to clipboard
Copied
Hi, after updating Photoshop and restarting the computer the option shows up. Really don't know what happened. I'm really glad that this option is still there.
Still. If Adobe wouldn't force its cloud on us there wouldn't be multiple topics on forums.
Copy link to clipboard
Copied
On 24.1 and have also been dealing with Adobe trying to push their cloud on me for the past couple of days. Also didn't see the "Default file location" option in my preferences the past week until I came across this thread and rebooted my Mac (which is very strange as I shutdown my Mac daily so you would think the "Default file location" option would've shown up when I booted up my device; I have been looking for it for days...)
Copy link to clipboard
Copied
I am having the same problem. I made sure that I was up to date and I rebooted my machine and I'm still not seeing the option. I have the option in Illustrator, butnot Photoshop.
Copy link to clipboard
Copied
I have updated, rebooted my PC and reopened Photoshop and it still isn't there. Incredibly frustrating! Takes an extra step to save. Hate it!!
Copy link to clipboard
Copied
I have updated, rebooted my PC and reopened Photoshop and it still isn't there. Incredibly frustrating! Takes an extra step to save. Hate it!!
By @slmayhew77
Try resetting your Photoshop preferences. Press and hold Alt+Control+Shift (Windows) or Option+Command+Shift (macOS) immediately after launching Photoshop. You will be prompted to delete the current settings. You can also reset preferences on quit if Photoshop is running by going into General Preferences>General>Reset on Quit.
Copy link to clipboard
Copied
Thanks thedigitaldog. I saw that somewhere and tried it. And it finally worked!! Phew! Wasted a lot of time figuring that out!
Copy link to clipboard
Copied
Hi again,
Well yesterday I reset my preferences and "Default file location"finally appeared. This morning after rebooting the computer my preferences went back to the old ones and once again "Default file location" is missing. So I once again reset preferences. Rebooted computer, opened Photoshop and "Default file location" was still not there! I can't get it back even by resetting preferences. Why is this such a problem?!! Very frustrating!
Copy link to clipboard
Copied
Hi again,
Well yesterday I reset my preferences and "Default file location"finally appeared. This morning after rebooting the computer my preferences went back to the old ones and once again "Default file location" is missing. So I once again reset preferences. Rebooted computer, opened Photoshop and "Default file location" was still not there! I can't get it back even by resetting preferences. Why is this such a problem?!! Very frustrating!
By @slmayhew77
Do you have the legacy save as option active as suggested by @TheDigitalDog ?
If so and you still can't get the option to show, try the following script:
saveToCloud(false); // true to save to cloud
function saveToCloud(defaultCloudSave) {
var s2t = function (s) {
return app.stringIDToTypeID(s);
};
var descriptor = new ActionDescriptor();
var descriptor2 = new ActionDescriptor();
var reference = new ActionReference();
reference.putProperty( s2t( "property" ), s2t( "fileSavePrefs" ));
reference.putEnumerated( s2t( "application" ), s2t( "ordinal" ), s2t( "targetEnum" ));
descriptor.putReference( s2t( "null" ), reference );
descriptor2.putBoolean( s2t( "defaultCloudSave" ), defaultCloudSave );
descriptor.putObject( s2t( "to" ), s2t( "fileSavePrefsClass" ), descriptor2 );
executeAction( s2t( "set" ), descriptor, DialogModes.NO );
}
If these simple instructions are too abbreviated, you may need to read on:
https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html
Copy link to clipboard
Copied
Thanks digitaldog! I think this is a little over my head. But, I may have my husband look at it as he is more computer literate than I am. Thanks!
Copy link to clipboard
Copied
Something is corrupting that file.
Check your HD for issues.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now