CC desktop app feature request: file sync progress

In the CC desktop app under Assets > Files, when a file or files are syncing, I get a spinner with no indication of progress.
Does progress exist and I'm just missing it? If no, an upload summary of files would be appreciated.
Something like:
Syncing the 2nd of 4 files
2 MB of 20 MB complete at 500 kbps
Thanks!
-Brent

Just found another very helpful post from Ben Mordue with the solution:
* Quit the Creative Cloud Desktop app
* In terminal, type:
rm ~/Library/Application\ Support/Adobe/CoreSync/options.tix
When you relaunch the CC desktop app, and press the Start Syncing button, it should work.

Similar Messages

  • IOS app - Your request is in progress after clicking 'Install'

    Hi,
    We have 150+ licences on Office 365 and are looking to roll out InTune in our organisation. Part of the roll out is to manage approx 70 iOS devices (iphones/iPads) and publish our in-house iOS apps for download. I have configured the trial, uploaded
    a couple of apps (.ipa file and .plist file) and everything looks good. You go to the mobile portal on your iOS device to install the app, find the app, click 'Install' and it says 'Your request is in progress' ... and nothing happens. We have a valid
    Apple enterprise licence.
    Any help would be appreciated as this is one of the main factors for us investing in InTune.
    Thanks in advance!!

    I've just tried the config utility and the console doesnt really respond when clicking install. I opened the company portal link, logged in, went to the app and hit install ...
    May 23 19:24:59 MT-iPhone kernel[0] <Debug>: launchd[262] Builtin profile: MobileSafari (sandbox)
    May 23 19:25:06 MT-iPhone kbd[50] <Warning>: -[TIXPCDataTransport _handleForPurpose:withReplyBlock:] couldn't get data source for purpose=__TIRDTAB
    May 23 19:25:25 MT-iPhone kernel[0] <Debug>: 007094.122217 wlan.A[103] AppleBCMWLANNetManager::checkRealTimeTraffic():  now 7094.122213333 num entries 4
    I do have a support case open but thought I'd try my luck on here hoping someone has had the same problem.
    Might be worth me trying another iOS device first. I have tried a couple of our apps and both do exactly the same thing.
    Thanks

  • Feature Request: File Management for Creative Cloud Mobile

    I like the new Creative Cloud app but I am surprised that it is not possible to manage any files or folders.  This weakens the usefulness of the app since it forces a user to use the creative cloud website for this.  This should be part of the app and would improve the functionality of the app.

    You would want to go here for feature requests: Photoshop Family Customer Community
    Gene

  • Publishing air desktop app error creating files

    Hello I am using flash cc pro to try and publish my flash document  as a windows desktop app. I keep running into an error
    Error creating files. The AIR version set in Publish Settings of the initial content SWF exceeds that allowed for the descriptor namespace.
    I am trying to publish using Air 14.0.0.178. here is my descriptor file.
    <application xmlns="http://ns.adobe.com/air/application/3.1">
      <id>project18</id>
      <versionNumber>1.0</versionNumber>
      <filename>project18</filename>
      <description/>
      <name>project18</name>
      <copyright/>
      <initialWindow>
        <content>project18.swf</content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <visible>true</visible>
        <fullScreen>false</fullScreen>
        <aspectRatio>portrait</aspectRatio>
        <renderMode>auto</renderMode>
      </initialWindow>
      <icon/>
      <customUpdateUI>false</customUpdateUI>
      <allowBrowserInvocation>false</allowBrowserInvocation>
    </application>
    thanks.

    Hi,
    Can you please share your file for us to investigate this issue?
    Thanks!
    Mohan

  • Can't get Palm Desktop app to react after syncing with Yahoo mail calendar info

    Attempted to move calendar from Yahoo mail page to Palm Desktop in my Macbook--
    Yahoo page says "don't use Intellisync" --thre is a new program called Autosync--but it turns out it doesn't work for Macs --clearly, many instructions on Yahoo paged do not apply to Macs--
    find this is a common problem on many sites--assumption that all are PC folks.
    Imagine how things will go if Microsoft actually buys Yahoo!
    Anyway--Created Calendar as a CV file and imported to Palm Desktop--
    now cannot get program to run correctly--it appears all of the calendar info was imported to calendar day on which I imported it--so there is a huge amount of info being processed whenever I attempt to interact with the app.--the dreaded beachball appears and spins endlessly--
    Have re-installed Palm app. (4.2.1) but problem seems to be imbedded, and re-occurs.
    Is there any solution except to dump the entire app. from my hard drive, lose my archive et. al.
    and re-synch from my Tungsten E2???
    Post relates to: Tungsten E2

    Did away with it in 10.8. Sync via application Notes now.

  • TS3991 Cannot create or save files in Apps that use file sync to iCloud

    Frustrating problem!!!
    Any Apps (third party AND Apple) that have the option to sync data and/or documents to iCloud will not function properly on OS X 10.8.3.
    Generally I am waiting for release of 10.8.4 to see whether this solves the problem, however...
    In the case that anyone else has suffered this problem and knows a solution???
    Some information...
    The issue is directly related to how each of these Apps manage new and existing files - to be clear - some of these Apps function, will allow the creation and saving of a new file - however this is dependant on when in their code they approach iCloud services for information on cloud based documents. As soon as the App approaches iCloud for information, the App hangs.
    If I switch off "Documents & Data" in iCloud System Preferences, and using Terminal rename (quarantine) the folder ~/Library/Mobile Documents, all Apps resume normal function, however obviously without the ability to sync to iCloud. (Note Terminal is required to perform this task as this folder "Mobile Documents" causes Finder to hang.)
    All my iOS devices operate normally with iCloud sync, and I continue to use the iOS versions of the Apps on my iOS devices.

    I tried the disk utility, repairs permissions, which didn't change anything.
    First aid for Bridge when something out of the blue changes is to restart Bridge holding down option key and choose reset preferences.
    If that does not help can you get back with exact version names of OSX and Bridge and also can you tell if something changed (install, update ) that could cause the other behavior for Bridge?

  • How to export desktop app into jar file??

    Hello,
    I have a desktop application needing some jar libraries.
    I've exported my application using eclipse exporting wizard, so I've achieved
    an app.jar with a simple Manifest.mf (only indicating Main-Class)
    I've modified the manifest.mf to include all the jar libraries in the Class-Path.
    The manifest.mf looks like this:
    Manifest-Version: 1.0
    Class-Path: lib/commons-collections-3.1.jar lib/commons-digester-1.7.jar Main-Class: com.pack2.pack2.MainClasse
    When I try to execute the application with the command line:
    java -jar app.jar
    The next exception is thrown:
    Exception in thread "main" java.lang.NoClassDefFoundError: pack1/class1
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Can anybody help me please?
    Thanks in advance!

    I've alredy found the solution:
    Class-Path: . ./lib/lib1.jar ./lib/lib2.jar
    The clue is both on Class-Path attribute sintax and the TWO returns after the last manifest line.
    Hope helps others!

  • IPhone music app feature request - how to change song title on iPhone music

    #heyApple!
    how about adding the ability to edit object information on the iPhone music library.
    When I find incorrect/missing info for song or album data when using iPhone I cannot edit to correct it. I have to this on my (desktop based) iTunes database. Poo!

    Apple does not participate in the forum. This is a user to user forum. If you want to pass that on to Apple, then you need to go to their feedback page HERE, and click on the appropriate link.

  • Link to help file in Java desktop app

    Hi,
    Is it possible to link to a file, ie. UserGuide.pdf from a menuitem in a desktop app?
    The file is originally in the application root, but after downloading with Java Web Start the link no longer work.
    Thanks
    Dave

    Resources for JWS apps. should be in Jars, whereas I am guessing the PDF is a loose file.
    If the PDF is converted to something more Java friendly such as HTML, RTF or text, it can be included in a Jar and displayed using JavaHelp or a JEditorPane.
    To use a PDF and have it open in the system default software for displaying PDF files, it would be necessary to:
    1) Include the PDF in a Jar and add the Jar to the resources section of the JNLP.
    2) Get a reference to the PDF using
    this.getClass().getResource("the.pdf");3) Gain an InputStream from that URL.
    4) Read the bytes of the PDF and save them to a known place (such as a sub-directory of user.home).
    5) Call
    Desktop.open("${user.home}/path/to/the.pdf");

  • File sync error

    Hi!
    My file storage says I'm using 1,99Gb but I have deleted all shared files online and in my folders.
    The error occured after two failed sync's of a 1Gb RAR-file.
    When viewing file space in my browser it says "This folder is empty"
    Creative Cloud application says "all files are synced".
    Running CC on MacBook Pro 15" Retina (late 2013)
    CC is also consuming a lot of power, (25,87 - compared to Photoshop running at 2,49)
    Restarting CC app, disable/enable file sync does not change the disc quota status.
    Tried to contact adobe via chatt but after several hours with 1 person ahead of me in que I gave up.
    Cannot find phone numbers for swedish support. Please help!

    Finally got response after posting a comment in the thread "Customer Service is HORRID" ( http://forums.adobe.com/message/5835413 )
    Got contacted via email and replied with my contact info, a guy called me saying they will fix the problem within 24-48 hours.
    Hope for the best.

  • My iPad no longer appears in the iTunes desktop app, so I can't sync or transfer files?, my iPad no longer appears in the iTunes desktop app, so I can'y sync or transfer files?

    My iPad no longer appears in the iTunes desktop app, so I can't sync or transfer files?
    I also have an iPod Touch. It appears in iTunes but willnot sync... "unknown error 1723"
    This is a recent problem. Everything was fine initially, and I don't think that I've done anything to change my setup.
    ...Charles

    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    iTunes for Windows: iTunes can’t contact the iPhone, iPad, or iPod software update server
    http://support.apple.com/kb/ts1814
    iTunes for Windows: Device Sync Tests
    http://support.apple.com/kb/HT4235
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
    iTunes 10.5 and later: Troubleshooting iTunes Wi-Fi Syncing
    http://support.apple.com/kb/ts4062
    iOS: “Not enough free space” alert when trying to sync
    http://support.apple.com/kb/ts1503
    You may need to delete iTunes on your computer and then reinstall.
    How To Completely Uninstall and Remove All Traces of iTunes
    http://zardozz.com/zz/2008/04/how-to-completely-uninstall-and-remove-all-traces- of-itunes.html/
     Cheers, Tom

  • I can't sync to my files In the CC desktop app

    I can't sync to my files In the CC desktop app Assets/Files/ I hit the "Start Syncing" button and get the waiting wheel, but never get to my files.  Up under the gear (settings) icon. it says file synch is off (and greyed out), and I go to Preferences/Files turn the sync to on and close the box, and it still under the gear (settings) icon. it says file synch is off (and greyed out).

    Just found another very helpful post from Ben Mordue with the solution:
    * Quit the Creative Cloud Desktop app
    * In terminal, type:
    rm ~/Library/Application\ Support/Adobe/CoreSync/options.tix
    When you relaunch the CC desktop app, and press the Start Syncing button, it should work.

  • CC desktop app syncs all my files again- Why please?

    I don't know, why my CC wants to sync all my files in the cloud again? Over 10 GB…
    It was all synced…
    Max OS X 10.8.5
    CC desktop app Version 1.7.1.418

    Lux Larson I am sorry but there is not currently an option to selectively sync files.  Are any types of modifications or updates being made to the files?  Have you closed any third party applications or utilities which could be modifying the files and affecting the sync behavior?

  • Feature Request: In-App Time Keeping with Cloud Accounting Sync

    Has Adobe ever considered adding In-App Time-Tracking to their applications?
    I'm currently in the middle of catching up on my time-tracking. I'm two weeks behind… Don't judge me, you know you ALL do this . Anyway, I'm having a hard time remembering how much time I've accutately spent on certain tasks for certain clients. I usually go back into my emails to see who I was communicating with and what we were talking about, but that can only get me so far.
    Then it occurred to me that there is no reason my Adobe applications couldn't track time for me. It would be a pretty easy thing to do. For example, while the application is open, it could clock both idle and active time and store that into a log. This could all happen in the background with very little CPU draw I suspect.
    Active time could be determined by the app as—time spent in the app while the mouse or keyboard is being activated. If they aren't activated within 2 minutes or when the app is not being used, is in the background (i.e. User's browser, email, or other app is in-use instead), that's logged as idle-time. Idle time obviously wouldn't have to show up in the log. Maybe just as sidebar information.
    At the end of the week, if I could export that log from the CC dialogue in my Finder, I could very quickly determine how much time I spent working on specific files, in specific apps, and on what days. Guess work eliminated!
    Even better, if I could connect this information to my FreshBooks account, I'd save a TON of time doing time entry.
    THAT is a feature I would LOVE to see in the upcoming updates.

    I agree that a desktop app or access to the bookstore via the Web is essential for the iBook store to grow. For example, every Friday, I read the New York Times Book Reviews. To see more reviews, user reactions, and the Kindle price, I check Amazon. Once I'm there, it's a lot easier to buy the Kindle version than to open iBooks and check its availability there. Also, I have 600+ Kindle books. If I inadvertently try to repurchase a book, Amazon warns me that I've already bought it. No such warning (naturally) if I buy a previously purchased Kindle book from the iBook store. But if I could open two browser windows, it would be easy to check for duplicates. I want the iBook store to succeed, but it's time for an upgrade and soon it may be too late.

  • My desktop App for Story  has malfunctioned and I am no longer able to access the files that were on it, how do I save those documents and reinstall the app?

    I have a Story + desktop app for Adobe on my hard drive and it was supposed to sync up to my online app (or cloud) however it never did and now I cannot access my desktop app, nor the important files that were on it.
    __I.E. when I try to press the [Sign In] button, nothing happens.
    So I figured to find those files elsewhere, copy them somewhere safe then try re installing the app again.  However, I cannot find those files anywhere on my hard drive.

    Adobe Story stores its local files on the following location:
    On Windows,
    1. Open Windows Explorer and type '%appdata%' in the address bar
    2. Make a copy of 'com.adobe.AdobeStory.<some-number>' folder. This folder contains Story's local data.
    On Mac,
    1. Open Finder.
    2. From 'Go' Menu, open 'Go to folder'
    3. Type '~/Library/Preferences' and hit enter
    4. Make a copy of 'com.adobe.AdobeStory.<some-number>' folder. This folder contains Story's local data.

Maybe you are looking for

  • Payment to vendor above Rs.20,000 (in a day) - Except for One-Time Vendors

    hi guys,             this is pertaining to FBCJ. i need to ensure that any posting to Cash Journal per Vendor should not exceed Rs.20,000 for that day for that Cash Journal. An exception to this rule would be payment made to ONE TIME VENDORS for whic

  • Sapphire Radeon 9500 still a no-go with my K7N2-L

    Well, it's been awhile and I'm still getting the run around.  MSI says the Radeon is bad, and Sapphire says the motherboard is bad. Here's the short story.  I have a Sapphire 9500 (black PCB) 128, x8AGP.  When I install it, the system does not boot.

  • Payment method optional field

    Hi guru's Am creating the service SO in which payment method field is optional,  but still while creating the SO it is ask for payment method mandtory, I check the Incompletion log. In that this field is not mandotary, Can any one help me to finout h

  • Time-out error due to SQL in loop

    Hi Folks, Have an issue with performance. I have a couple of scenarios: 1) A custom report program loops through 9000 odd records (records which are being fetched from BSEG, BSID table). It gives a short dumpafter 10 mins. It is a TIME_OUT error. The

  • Hi material double entry

    hi all in the billing  every material is getting two line items ,one with '0'quantity and another with original quantity, how can i soleve this problem do me the needful thanks in advance\ regds kiran