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

Third Party or Network Hosted Files

Community Beginner ,
Mar 05, 2024 Mar 05, 2024

Copy link to clipboard

Copied

How can I access files hosted on third-party services like Dropbox or Azure Blob Storage in Adobe Illustrator via scripts? For example, if I have a file hosted on Azure Blob Storage (e.g., https://nordicstore.blob.core.windows.net/nordic/orders/SpiritRecognitionInc/451880/1/projectfile), how can I fetch and open this file in Adobe Illustrator using scripting? Additionally, is it possible to access files located on a network drive (e.g., \\192.168.1.6\Developer\Assets) from Adobe Illustrator scripts?

TOPICS
Scripting

Views

131

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
Adobe
Community Expert ,
Mar 05, 2024 Mar 05, 2024

Copy link to clipboard

Copied

LATEST

Hi @Alpha35770768viiv I actually thought this was possible, but I've just realised that it can be done in Indesign (and, I think, Photoshop) but sadly not Illustrator. Indesign uses the app.doScript method to run curl on macOS for example, but app.doScript in Illustrator seems to just run Actions. I'm out of my depth here, so I will wait for an expert to give us a definitive answer.

 

Having said that, if you are able to get a file reference, for example if you have Dropbox integration and dropbox is set up to automatically sync to your computer, then you can handle that like any other file. For example on MacOS I get a path like this:

/Users/mark/Library/CloudStorage/Dropbox/ScriptingTest/Photoshop/test-1.js

 

I imagine this would be the same for OneDrive and iCloud etc, but only if they are set up to sync (automatically download, specifically).

 

Sorry I couldn't be more help.

- Mark

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