How to create new folders on iCloud Drive from iOS or with document picker?

Recently I wanted to share several files from my iWorks suite with my colleagues. I do not want them to edit these files, instead I made templates in Numbers for easier management of hours worked. Everyone could download their copy and keep a track of their hours themselves. The problem is, not everyone has an Apple product.
Unfortunately, iOS does not support native browsing of iCloud Drive (except the document picker, which, to me, isn't helpful at all), the only way I know of - to create a new folder - is to open iCloud.com in Safari, request the desktop site and make a new folder from there.
Is there another way of creating new folders, preferably an official app from Apple or from within an iWorks app or the document picker that I do not know of? Or is this actually a missing feature?
Also, if Apple could make an app similar to Microsoft OneDrive, that would be great.

Yes, there is a way. Here is the workaround. You can add notes folders directly with your iPad or iPhone.
http://keeplifesimple.weebly.com/1/post/2013/11/add-folders-to-native-notes-app- on-ios.html
Enjoy! Please pass it on, leave a comment on the page, or "like us" on Facebook if you find this information helpful.

Similar Messages

  • How to create new folders in photos?

    I am sure this is simple but damned if I can find it.. how do you create new folders in Photos? I have camera roll but I want to create others..

    If you are wanting to organise your photos on the fly on the iphone Im afraid you cant. But you can create a folder structure on your computer and from there sync those folders to your iphone.

  • How to create new OC4J instance in AS 10.1.3 with BC4J- and ADF-Libraries

    Hi
    I have done all the steps mentioned in this thread:
    How to create new OC4J instance in AS 10.1.3
    However, the new created OC4J instance obviously misses some libraries. If I deploy my Application to this OC4J I get an internal error: Class not found: oracle.jbo.JboException.
    The same Application runs well in the "home" Instance.
    What is the trick, to create a new OC4J instance, which more or less behaves the same way as the "home" instances (and especially has all the same libraries)?
    Thanks for your help
    Frank Brandstetter

    I encountered this last month. I definitely agree that it is a glaring omission to not have "Create Like" functionality when instantiating new containers. Here's my notes on the manual steps required after using createinstance to create the fresh container. Not too bad. I've been deploying ADF applications to the new container with no problems after this.
    ==============
    The default (home) OC4J container is pre-configured for ADF 10.1.3 applications; however, when $ORACLE_HOME/bin/createinstance is used to create additional containers, these containers are not configured automatically to host ADF 10.1.3 applications.
    I followed these manual steps:
    1. $ORACLE_HOME/j2ee/home/config/server.xml defines three shared libraries that "install" the needed JARs for Oracle ADF applications in your application server instance (container). Note that "install" does not necessarily mean available to applications (see Step 2). Copy the three shared library element definitions to the <application-server> element of your new container (in server.xml).
    <shared-library name="oracle.expression-evaluator" version="10.1.3" library-compatible="true">
         <code-source path="/usr2/oracle/as10130/jlib/commons-el.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/oracle-el.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/jsp-el-api.jar"/>
    </shared-library>
    <shared-library name="adf.oracle.domain" version="10.1.3" library-compatible="true">
         <code-source path="/usr2/oracle/as10130/BC4J/lib"/>
         <code-source path="/usr2/oracle/as10130/jlib/commons-cli-1.0.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/concurrent.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/mdsrt.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/share.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/regexp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/xmlef.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfmtl.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfui.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adf-connections.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/dc-adapters.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordim.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordhttp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/ojmisc.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/jdev-cm.jar"/>
         <code-source path="/usr2/oracle/as10130/lib/xsqlserializers.jar"/>
         <import-shared-library name="oracle.xml"/>
         <import-shared-library name="oracle.jdbc"/>
         <import-shared-library name="oracle.cache"/>
         <import-shared-library name="oracle.dms"/>
         <import-shared-library name="oracle.sqlj"/>
         <import-shared-library name="oracle.toplink"/>
         <import-shared-library name="oracle.ws.core"/>
         <import-shared-library name="oracle.ws.client"/>
         <import-shared-library name="oracle.xml.security"/>
         <import-shared-library name="oracle.ws.security"/>
         <import-shared-library name="oracle.ws.reliability"/>
         <import-shared-library name="oracle.jwsdl"/>
         <import-shared-library name="oracle.http.client"/>
         <import-shared-library name="oracle.expression-evaluator"/>
    </shared-library>
    <shared-library name="adf.generic.domain" version="10.1.3" library-compatible="true">
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/bc4jdomgnrc.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/lib"/>
         <code-source path="/usr2/oracle/as10130/jlib/commons-cli-1.0.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/concurrent.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/mdsrt.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/share.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/regexp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/xmlef.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfmtl.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfui.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adf-connections.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/dc-adapters.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordim.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordhttp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/ojmisc.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/jdev-cm.jar"/>
         <code-source path="/usr2/oracle/as10130/lib/xsqlserializers.jar"/>
         <import-shared-library name="oracle.xml"/>
         <import-shared-library name="oracle.jdbc"/>
         <import-shared-library name="oracle.cache"/>
         <import-shared-library name="oracle.dms"/>
         <import-shared-library name="oracle.sqlj"/>
         <import-shared-library name="oracle.toplink"/>
         <import-shared-library name="oracle.ws.core"/>
         <import-shared-library name="oracle.ws.client"/>
         <import-shared-library name="oracle.xml.security"/>
         <import-shared-library name="oracle.ws.security"/>
         <import-shared-library name="oracle.ws.reliability"/>
         <import-shared-library name="oracle.jwsdl"/>
         <import-shared-library name="oracle.http.client"/>
         <import-shared-library name="oracle.expression-evaluator"/>
    </shared-library>
    2. To make the necessary ADF and JSF support libraries available to your deployed ADF application, the default application (that your ADF application and the majority of applications should inherit from) should explicitly import the shared library in the <orion-application> element of $ORACLE_HOME/j2ee/<your container>/config/application.xml.
    <imported-shared-libraries>
         <import-shared-library name="adf.oracle.domain"/>
    </imported-shared-libraries>
    Note: the adf.oracle.domain shared library imports several other shared libraries including oracle.expression-evaluator.

  • How to access jpeg files on icloud drive from your iphone (5s)

    Can anyone tell me how to access a jpeg file on icloud drive from iphone? I have upgraded my macbook pro (with retina) to Yosemite, and my iphone is on ios 8.01 and I have turned on icloud drive. The only content I have seen online is accessing word docs through Pages which I get - but what about jpeg files? Thank you!

    At the moment, you can't.  A favourite complaint.  Hopefully, the situation will change in the near future, but only Apple knows when or if.

  • How to create a modal dialog, which I can still interact with document when the dialog is show.

    HI,
        Now, I am developing an automation plugin, and want to create a modal dialog, which I still can interact with document when the dialog is show.
        I find photoshop has some modal dialog have this function, such as the dialog of Customize Proof Condition and the dialog of Color Settings. Are these dialogs not modal dialog?
         Thanks!

    The whole point of a modal dialog is that you cannot interact with other things while it is active.
    And Photoshop does not support plugins accessing the rest of Photoshop while any plugin UI is active.

  • How do I access folders in iCloud Drive when in Keynote, Pages or Numbers?

    I have upgraded my iOS to 8 and Mavericks to Yosemite beta. I created folders in Finder (under iCloud Drive) and can see them in the web apps in iCloud. However, files that I moved to those new folders are nowhere to be found on the iPad or iPhone. I have noted that as long as I keep them in the default folders that transferred over, they do show up. But, this is counter productive as I would like to be able to better organize my folders and files. Is this something that Apple will eventually figure out or will it always be steps behind. I really like iWork (save for Numbers, perhaps) and would use it more often if these simple things could get worked. out.

    I'm having the same problem bpay14, but with a CalDigit VR2 6TB RAID0 external hard drive.
    One day it was showing on my desktop, the other it wasn't. And I still didn't update my Mavericks to 10.9.3 (still with the 10.9.2).
    It shows up in the disk utility, and I can even Verify the disk and Repair it (but I don't wanna start repairing
    something that probably doesn't need to be repaired, so I haven't clicked the Repaid button, only the Verify button) and it says its working just fine.
    But it doesn't show in the Finder or the desktop for that matter.
    And even if I force disconnect the cable, I get the usual "this disk was not ejected properly" notification
    presumingly the disk was mounted on the desktop and I forced eject by unppluging it...
    I found a way to force open the disk, through Disk Utility that's by clicking with the right mouse button
    on the disk icon, and chosing OPEN "CalDigit AFRICA 6TB"... (see picture 1)
    But... after that, it open a Finder window showing all my internal and external drives, but that drive's
    name is in washed grey, like if it was unmounted (see picture 2).
    When selected, I can see everything and work normally on the harddrive, even opening FCPROX projects or Libraries, copying from it and writing documents into it... just normal... (see picture 3)
    BUT IT DOES NOT SHOW IN THE DESKTOP...
    that's my problem...
    I even did a Command+i for Info on the hard drive. (see picture 4)
    Can anyone shed some light on this issue?
    I would be eternally grateful!
    Thanks in advance!!!
    Cheers!

  • How to create new instance of the process from external web apps?

    Hi Everyone,
    How to create a new instance of the process which deploy to the weblogic server from the external web app?
    Thank you.

    Assuming the process includes a message start event, the simplest way is to use Web Service call. Once you've deployed the process you can use Enterprise Manager to get the URL of the WSDL. There's and icon at the top of the composite summary page for getting the WSDL, or you can get it from the test page. Use that WSDL URL to construct the client to use from the web app. If it's an ADF client you can generate either an ADF Data Control or a client proxy.

  • How do I 'upload' files to iCloud Drive from my iPad outside of Pages/Numbers/Keynote?

    I want to get files off of my iPad (only 16GB!), specifically photos, PDFs and documents and be able to access them from iCloud when I need them
    I don't see an app for iCloud Drive
    Nor do I see apps that I would use for PDFs and documents such as Acrobat Reader from which I can store files in iCloud
    Help please

    Looks like this has been solved by yesterdays IOS8 update - thanks!

  • How to Browse files saved in Icloud Drive from iphone

    When i bought a 20 GB storage on Icloud i thought I can browse the files like i do with Dropbox or Google drive but unfortunately i can not see any icon on the screen that leads me to browsing the files I have saved.
    Can anyone help me with that?

    Hi henawybek, 
    Welcome to Apple Support Communities. 
    Take a look at the article linked below, it provides answers to frequently asked questions about iCloud Drive and will help you solve your question.
    iCloud Drive FAQ
    You can access your files in iCloud Drive any of these ways:
    On your iPhone, iPad or iPod touch with iOS 8, you can use Apple apps like Pages, Numbers, and Keynote, or any apps that support iCloud Drive.
    I hope this helps.
    -Jason 

  • How to create new folders while installing the VI in some other PC

    Hi,
         I want to create a folder while installing the VI to some other maching using installer/setup.exe and also i want to copy some excel file to the c: drive of installing PC while installing is their anyway to do this. Please help me in this regards
    Regards
    Shivakumar Singh

    Hi
    If you are installing vi from CD, then you might use the first approach with application builder.
    If you just want to use any CD, than I think you should consider some interactive script with the user.
    You can easily creat one with the windows commands, by means of *.cmd files. You can read about it by typing "help cmd" and/or "help" in the RUN in Windows. Then I propose to search the web for some examples on how to write the cmd scripts. If you know TCL there will be no problem for you.
    You can also try to ask some dudes on the WinNT newsgroup. They will write it in no time.
    Unfortunatelly I have now no time to write the script for you.
    good luck
    Pawel

  • How to add new songs to ipod shuffle from different computer with different itune library without change old songs on ipod?

    Hello,
      I am using ipod shuffle. Now it's having some songs.these songs was synchronised with my old desktop itune library. Now i changed to laptop and downloaded latest itune software. Now i need to add more songs to ipod without change old songs on ipod. How it's possible? Please help.

    The way iTunes and iPods are designed is not compatible with what you want to do. The best approach would be to open iTunes on your old desktop, and make a backup of your iTunes library, from which you can copy across all the songs from your old library onto your new laptop - not just the ones that were synced to the shuffle. One place to start for instructions on how to do this: http://support.apple.com/kb/ht1364
    The other approach is to search online for a utility that will copy songs off an iPod without syncing it, add those songs to your new library, and then erase-and-sync the Shuffle. This way, you only get to save whatever was synced to the Shuffle at the last sync.

  • Creating New Folders In BT Cloud

    Can someone tell me how I create new Folders in BT Cloud?  I did do a search and there were a number of postings re creating
    Folders for specific purposes, but  none that answered my query, I could not find anything on the creation of Folders ' in general'.
    clayto

    Hi clayto,
    Thanks for getting back to me, sorry I was not entirely sure what you were trying to do.
    You can can create a folder by going to BT Cloud Sync, and clicking on Create Folder. (Or press the key combination Alt+CTRL+O on your keyboard in the BT CLOUD SYNC view).
    The guide on how to do this is on this link Can I add whole folders to BT Cloud Sync using the web client?
    Thanks
    Neil
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • I installed icloud for Windows on my new PC. However the folders I created on my mac icloud drive aren't showing up.

    I installed icloud for Windows on my new PC. However the folders I created on my mac icloud drive aren't showing up.

    Update... I restarted my computer and the folders are now there! but they are empty! So odd. They are not empty when I look at them on my mac in the same room.

  • How do I create new folders in my mail?

    How do I create new folders to divide and save my mail into catergories?

    Hi Tina
    Two ways to do this:
    1 in Mail, go the tool bar at the top of the screen, select Mailbox, then select New Mailbox in the menu.
    2 in Mail, go the lefthand column, and at the bottom left you should see a plus sign and a cogwheel icon. Click on the plus sign and a new, untitled, mailbox will appear in the column above. Name this as you like.
    You can "nest" mailboxes inside other mailboxes (eg inside a box I called "personal" I have individual mailboxes for each of my family and friends).
    Then simply drag messages from your inbox to the appropriate mailbox in the lefthand column when you want to archive them.
    Hope this helps!

  • How to create new event in new hard drive

    i brought new mac n im doing editing in fcp x since 2 weeks, so i have only 1 tera hard driveand its almost full. now i need to do lot more. so im thinking to have extra hard drive. n my qestion is that can i use any hard drive or i need to have only from apple. and again to create new event in that drive how to do that. cause in fcp x i cannt see the key saying where u want to save ur enent? so im in confuse.....

    You should use a good, fast FireWire 800 drive. make sure it is formatted Mac OS Extended. To set where the event goes, select the drive in the Event Library.

Maybe you are looking for

  • How to set up account  2 account on same email

    I just got an ipad 2 and my daughter has had an ipod, now apple keeps mixing up the accounts. She has a different password, but it just keeps going to her account. How do I fix this. Thanks Betty

  • Unable to connect the SQL database from servlet

    Hi! My servlet connects with an SQL server on some other machine. I have create the servlet and deploy it on tomcat. I first create this servlet on eclipse that I deploy it on tomcat manually. While using it form eclipse it gave no error in connectin

  • Can't reinstall phone firmware

    I am using nokia n82. When i try to update my firmware, it said you already have the lastest firmware, no need to update. But i really need to update because i need to change language. Before i try my n70, it can work. It said you can reinstall again

  • Edi 850

    hi,    when a PO is saved an Outbound 850 edi triggered, This is the normal scenario. but my requirement is   When the same PO is changed an 850 outbound EDI should trigger, how to do. Thanks in advance

  • 2 different compilations of FORMS 6i

    Hello, We have 2 environment here : - An environment of TEST ( ORACLE APPLICATION 11i ) for developing and testing ( A ) - An environment of PRODUCTION ( ORACLE APPLICATION 11i ) for production. ( B ) Actually, the 2 environment are the same ( DBA sa