I need more storage space on cloud.

i currently have the 2GB included with the photography package, but this is not enough.  Is there a way to buy more storage space?
Thanks!

Local Storage on your Device is not the same as iCloud Storage.

Similar Messages

  • HT4910 I can not back up my iPhone.  it says I need more storage space.  I purchased more space and icloud says it is there, but the phone is not recognizing this and continues to say that I need to purchase more space in order to back it up.  Any ideas?

    I can not back up my iPhone.  It says I need more storage space.  I purchased more space and icloud says it is there, but the phone is not recognizing this and continues to say that I need to purchase more space in order to back it up.  Any ideas?

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Hi, I have an early 2008 24" iMac, I need more storage space and was wondering if I could fit a 3TB Western Digital Caviar Green HDD into it with out any problems? This is the one I've seen, Western Digital Caviar 3TB SATA 6 GB/s 64MB Cache 3.5 inch

    Hi, I have an early 2008 24" iMac, I need more storage space and was wondering if I could fit a 3TB Western Digital Caviar Green HDD into it with out any problems? This is the one I've seen, Western Digital Caviar 3TB SATA 6 GB/s 64MB Cache 3.5 inch

    My bad?
    You're original response was questions/post  about an iMac. Now you've edited it to ask about a Mac Pro?
    You can more easily add internal drives in a Mac Pro.
    Not too terribly easy to add/replace drives in an iMac.
    If younhave questions about a Mac Pro, try posting in the Mac Pro forums.
    Much more knowledgeable users there.

  • "more storage space needed" prompt won't go away.  Can't power off iPad to do so either.  Suggestions?

    The "Need more storage space" prompt came up, and has options to close or go to settings.  It's frozen, but active.  Neither option works.  Stuck on screen and can't do anything else, beyond activate suri.  Suggestions?

    Welcome to the Apple Support Communities
    Hold Sleep and Home buttons until the iPad restarts, so you will be able to use it again

  • How to create more storage space without deleting apps

    I need more storage space for my iphone 5s. I dont  want to delete my apps. any ideas?

    Hi pacificmission,
    Welcome to Apple Support Communities. 
    This article should give you ideas about how to free up storage space on your iPhone 5s by showing you how to view storage space usage and remove less used content.
    See how much storage you've used on your iPhone, iPad, and iPod touch - Apple Support
    Cheers,
    -Jason

  • Just purchased more storage space for iphone6 but not showing?

    I just purchased more storage space for my iphone6, 20gb, but my backup storage still shows 5gb?  How do I troubleshoot this problem, my credit card info is accurate?

    You cannot install more storage space on an iDevice. If you don't have space on the device to download to it, then you need to delete stuff from it. Buying more cloud space does not do a thing for you unless you store to the cloud and remove from the device.

  • Short dump -No more storage space available for extending an internal table

    Hi All,
    While running one program I get the short dump saying
    "No more storage space available for extending an internal table "IT_862".
    Error Analysis given in the dump log :
    The internal table "IT_862" could not be enlarged further.
    To extend the internal table, 14656 bytes of storage space was
    needed, but none was available. At this point, the table "IT_862" has
    8528862 entries.
    Source Code Extract :
    003360     loop at t_line.
    003370       clear t_output.
    003380
    003390   *   Increment Line counter
    003400       add 1 to l_line_cnt.
    003410
    003420       t_output-object = t_stxh-tdobject.
    003430       t_output-id     = t_stxh-tdid.
    003440       t_output-spras  = t_stxh-tdspras.
    003450       t_output-name   = t_stxh-tdname.
    003460       t_output-line   = l_line_cnt.
    003470       t_output-format = t_line-tdformat.
    003480       t_output-text   = t_line-tdline.
         *>       append toutput.   " ERROR POINT*
    Can you please suggest what can be the possible solution for the above error.
    Thanks in advance.
    Sanjeet

    Hi
    Check out this thread:
    Re: No storage space available for extending the internal table
    Make sure you are not having an infinite loop.
    Hope this helps
    Regards,
    Jayanthi.K

  • I have too many Audiobooks on my Laptop and I need the storage space, how to go about removing them from my computer but not losing the stories

    I need to open up some more "storage" space on my laptop... My Audio books are taking up a lot, so I'd like to take them off my laptop by still have them for another listen.  How do I do this?

    Move the entire iTunes library to an external drive, launch iTunes with the Option key held down, choose that library, and back it up to a second external drive.
    (125607)

  • Need more storage?

    I bought an ipod touch gb, without knowing i would probably need more storage is there anything i can do to add more storage. Leave a detailed answer please!

    unfortunately, nothing elegant. you can use a web based solution such as dropbox or box, or you can use iTunes in the Cloud to help extend your device. Another option is the Wi-Drive.

  • TSV_TNEW_PAGE_ALLOC_FAILED -  No more storage space available for extending

    Hi
    Im SAP-BW Consultant. I need some code in the transfer rules. But while im loading data , im getting "No more storage space available for extending an internal table.
    Pls check my code and modify it so that i can load the data of 5,000,00 records
    TYPES: BEGIN OF tys_TG_1,
                         /BIC/ZIUTILICH           TYPE /BIC/OIZIUTILICH,
                       /BIC/ZIRGRCH           TYPE  /BIC/OIZIRGRCH,
                       /BIC/ZPRODUCT           TYPE /BIC/OIZPRODUCT,
    END   OF tys_TG_1.
    TYPES:  tyt_TG_1        TYPE STANDARD TABLE OF tys_TG_1
                                                     WITH NON-UNIQUE DEFAULT KEY.
    data: e_s_result type tys_TG_1.
    data: e_t_result type tyt_TG_1.
    DATA : ITAB1 TYPE STANDARD TABLE OF  /BIC/AZDSO_HYD00.
    DATA : WA_ITAB TYPE /BIC/AZDSO_HYD00.
    loop at RESULT_PACKAGE into e_s_result.
         Select /BIC/ZIUTILICH /BIC/ZIRGRCH /BIC/ZPRODUCT                                               FROM       /BIC/AZDSO_HYD00 INTO
                                    (e_s_result-/BIC/ZIUTILICH,
                                    e_s_result-/BIC/ZIRGRCH,
                                     e_s_result-/BIC/ZPRODUCT)
                                 WHERE
                                 COMP_CODE = e_s_result-COMP_CODE AND
                                 PROFIT_CTR = e_s_result-PROFIT_CTR .
              append e_s_result to e_t_result.
         endselect.
             clear e_s_result.
    ENDLOOP.
    refresh RESULT_PACKAGE.
    move e_t_result[] to RESULT_PACKAGE[].
    So im getting TSV_TNEW_PAGE_ALLOC_FAILED -  No more storage space available for extending an internal table..
    I think there is a problem in the code. pls look it and modify it.
    Regards
    kumar

    Hello Kumar,
    The amount of data you can store in an internal table is limited by the width of the table together with the available memory on your machine. If you try to put too much data in your table you'll always get that problem.
    As I see it you have a table RESULT_PACKAGE with some fields and based on the entries in that table you select one row out of another table.
    You can easily use
    Select
    /BIC/ZIUTILICH /BIC/ZIRGRCH
    /BIC/ZPRODUCT FROM
    /BIC/AZDSO_HYD00
    INTO TABLE e_t_result
    FOR ALL ENTRIES in RESULT_PACKAGE
    COMP_CODE = RESULT_PACKAGE-COMP_CODE AND
    PROFIT_CTR = RESULT_PACKAGE-PROFIT_CTR .
    That still doesn't solve your memory problem hence you should try to process the data in packages, because you obviously don't have enough memory to process all data at once.
    You can add the following:
    Select
    /BIC/ZIUTILICH /BIC/ZIRGRCH
    /BIC/ZPRODUCT FROM
    /BIC/AZDSO_HYD00
    INTO TABLE e_t_result
    PACKAGE SIZE xxxx
    FOR ALL ENTRIES in RESULT_PACKAGE
    COMP_CODE = RESULT_PACKAGE-COMP_CODE AND
    PROFIT_CTR = RESULT_PACKAGE-PROFIT_CTR .
    PROCESS your data here
    ENDSELECT.
    You might also want to discuss the issue with your basis team if there is a way to get more memory if there is no way to do that process.
    Hope that helps,
    Michael

  • F.05 : No more storage space is available for extending  an internal table

    Hi,
    While executing F.05(FCV), I am getting ABAP Run time Error which is as below
    Short Text: No more storage space is available for extending  an internal table
    Pls, Give me solution and get more points. It is very urgent
    Thanks in advance
    Akash

    call your sap basis guys
    i don't need any points

  • HT204053 I just purchased more storage space(10gb) for   iPAD, but when I attempted to download an app An error message appeared prompting me to buy more storage. according to my ICloud  I have 15gb available. Does anyone have any suggestions

    I purchased more storage space(10gb)for my IPAD,but when I attempted to download an app an error message prompted me to purchase more storage.According to my ICloud I have 15gbavailable Any suggestions Help!!!

    If you are trying to download an app and get an error about not enough memory, it's talking about memory on your iPad, not in iCloud.  I don't know what you mean by purchasing more storage space for your iPad, you can't add more memory to a device.  You may have bought more memory in iCloud, but that's not going to fix your current problem.  You need to delete songs or video, or some other large files from your iPad to make room for a new download.

  • In order to install IOS7 on my 4S, I need more storage of  3.1GB and presently have only 1.3 GB. My biggest usage is the camera roll at 9.8GB.  Photo stream is at 584 MB. My question is -should I delete the camera roll pics? They are saved on my computer.

    In order to install IOS7 on my 4S, I need more storage of  3.1GB and presently have only 1.3 GB. My biggest usage is the camera roll at 9.8GB.  Photo stream is at 584 MB. My question is -should I delete the camera roll pics? They are saved on my computer.

    At 1.3GB available, your storage space is getting very thin no matter what you do further.  As long as you have the photo's in the camera roll saved on your computer you can delete them.  Just make sure first that they are in your photo software.  If updating in iTunes, just backup/sync first, then update, and that will save the camera roll in the backup as well.
    At only 1.3GB you eventually are going to find yourself unable to install or update some app, or unable to take any new pictures, or some other limitation that will force you to free up space anyway.  So now, before updating, sounds like a good time to make sure everything is backed up or stored somewhere else, and clean house a bit, then update.

  • TS4009 The error that my icloud account is full and need more storage stays on the screen of my Ipad2. It won't allow me to get more, turn it off or do anything on it. Help!!

    The error that my icloud account is full and need more storage stays on the screen of my Ipad2. It won't allow me to get more, turn it off or do anything on it. Help!!

    Reset: Hold the Sleep/Wake and Home buttons until the screen goes dark and the Apple logo appears
    Then do some house cleaning in iCloud (or purchase more storage)
    Settings > iCloud > Storage & Backup > Manage Storage > Select a device if more that one > Show All Apps and turn off some apps that you don't need or care to be backed up.
    Also, connect to iTunes and empty your Camera Roll onto your computer. Photos & videos tend to eat up a lot of space.

  • I should know, but I don't. If I upload all of my photos to iCloud and then delete them off of my iPhone (for more storage space), will they all remain in iCloud or am I missing the point of iCloud?

    I should know, but I don't. If I upload all of my photos to iCloud and then delete them off of my iPhone (for more storage space), will they all remain in iCloud or am I missing the point of iCloud?

    Right now, there is no way to upload and access photos in iCloud. You need to import them to a computer if you want to be able to retrieve them later:
    PHOTO IMPORT IOS TO MAC/PC
    Cheers,
    GB

Maybe you are looking for

  • One USB HD = Time Mach backup + NAS drive?

    Greetings - I have scoured the Apple forums and the net. My brain is full. May I ask a Yes/No question? I have an iMac running the latest OSX. I have an AEBS (it runs 802.11/n, so I assume it is one of the latest available, but don't hold me to that)

  • Upgrade Power Mac G5 Hard Drive: But New Drive Doesn't show up??

    Hello, I have a Power Mac G5 1.8 (circa 2003).  I bought it in 2003 and it has travelled all over the world with me. I love it.  It has been the best and most reliable computer I ever owned; and I'm trying to keep it humming along as long as possible

  • Ip profile set to 2mbs?

    Ive seen this problem on here, and solutions offered. My broadband service is currently limited by an ip profile of 2mbs, which gives me a speed of 1.94 using the btwholesale speedtest. I should be getting up to 8. After phoning the technical dept 3

  • Preview monitor is white

    Whenever I jog through a clip in preview, the whole screen is white. I hear the audio being scrubbed through, but I can't see the video. I feel like this is a simple preferences thing to uncheck, but how do I fix this?

  • Can I use my Ipod nano like a external disk. like a flas unit?

    I´m gonna buy an Ipod, and I don´t know if I can use the Ipod nano like an external disk in my computer to storage files and download them in other computer. If nano doesn´t do that, the Ipod does or either. Thanks